Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Creates a URL moniker from either a full URL string or from a base context URL moniker and a partial URL string.
Syntax
HRESULT CreateURLMoniker( [in] IMoniker *pmkContext, [in] LPWSTR szURL, [out] IMoniker **ppmk );
Parameters
Return Value
Returns one of the following values:
S_OK Success. E_OUTOFMEMORY The operation ran out of memory. MK_E_SYNTAX A moniker could not be created because szURL does not correspond to valid URL syntax for a full or partial URL. This is uncommon, because most parsing of the URL occurs during binding and because the syntax for URLs is extremely flexible.
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.