Contents Index Topic Contents | ||
Previous Topic: IAuthenticate::Authenticate Next Topic: IBindHost::MonikerBindToObject |
IBindHost::CreateMoniker
HRESULT CreateMoniker ( [in] LPOLESTR szName, [in] IBindCtx *pBC, [out] IMoniker **ppmk, [in] DWORD dwReserved );Creates a moniker to bind to a URL.
- szName
- URL to bind to.
- pBC
- Address of the IBindCtx interface.
- ppmk
- Address of the pointer to the moniker that is created.
- dwReserved
- Reserved. Must be set to zero.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.