Contents Index Topic Contents | ||
Previous Topic: CreateAsyncBindCtx Next Topic: CreateFormatEnumerator |
CreateAsyncBindCtxEx
STDAPI CreateAsyncBindCtxEx( IBindCtx *pbc, DWORD dwOptions, IBindStatusCallback *pBSCb, IEnumFORMATETC *pEnum, IBindCtx **ppBC, DWORD reserved );Creates an asynchronous bind context for use with asynchronous monikers.
- pbc
- Address of the IBindCtx interface.
- dwOptions
- Double-word value that contains the option values.
- pBSCb
- Address of the IBindStatusCallback interface.
- pEnum
- Address of the IEnumFORMATETC interface.
- ppBC
- Address of a pointer to the IBindCtx interface that is returned.
- reserved
- Reserved. Must be set to zero.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.