다음을 통해 공유


CreateURLMoniker (Windows CE 5.0)

Send Feedback

This function creates a URL moniker from either a full URL string or from a base context URL moniker and a partial URL string.

HRESULTCreateURLMoniker(IMoniker* pmkContext,LPWSTRszURL,IMoniker** ppmk);

Parameters

  • pmkContext
    [in] Address of the IMoniker interface for the URL moniker to use as the base context when the szURL parameter is a partial URL string. The pmkContext parameter can be NULL.
  • szURL
    [in] Address of a string value that contains the display name to be parsed.
  • ppmk
    [out] Address of a pointer to an IMoniker interface for the new URL moniker.

Return Values

This function returns one of the values shown in the following table.

Value Description
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.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.