Contents Index Topic Contents | ||
Previous Topic: CreateFormatEnumerator Next Topic: CreateURLMoniker |
CreateURLBinding
STDAPI CreateURLBinding( LPCWSTR lpszUrl, IBindCtx *pbc, IBinding **ppBdg );Creates an IBinding interface associated with the specified URL.
- lpszUrl
- String value that contains the URL.
- pbc
- Address of the IBindCtx interface associated with the URL.
- ppBdg
- Address of a pointer to the IBinding interface that is created.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.