CreateURLMoniker (URLMON.@)
HRESULT CreateURLMoniker ( IMoniker* pmkContext, LPCWSTR szURL, IMoniker** ppmk )
Create a Url moniker.
pmkContext | [In] | Context. |
szURL | [In] | Url to create the moniker for. |
ppmk | [Out] | Destination for created moniker. |
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.
Defined in "urlmon.h".
Implemented in "dlls/urlmon/umon.c". source.winehq.org/source/dlls/urlmon/umon.c
Debug channel "urlmon".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.