CreateURLMonikerEx.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

CreateURLMonikerEx (URLMON.@)

SYNOPSIS

HRESULT CreateURLMonikerEx
 (
  IMoniker*  pmkContext,
  LPCWSTR    szURL,
  IMoniker** ppmk,
  DWORD      dwFlags
 )

DESCRIPTION

Create a Url moniker.

PARAMS

pmkContext [In] Context.

szURL [In] Url to create the moniker for.

ppmk [Out] Destination for created moniker.

dwFlags [In] Flags.

RETURNS

Success: S_OK. ppmk contains the created IMoniker object.

Failure: MK_E_SYNTAX if szURL is not a valid url, or E_OUTOFMEMORY if memory allocation fails.

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/urlmon/umon.c".

Debug channel "urlmon".