Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an asynchronous bind context for use with asynchronous monikers.
Syntax
HRESULT CreateAsyncBindCtxEx(
IBindCtx *pbc,
DWORD dwOptions,
IBindStatusCallback *pBSCb,
IEnumFORMATETC *pEnum,
IBindCtx **ppBC,
_Reserved_ DWORD reserved
);
Parameters
pbc
A pointer to the IBindCtx interface.dwOptions
An unsigned long integer value that contains the option values.pBSCb
A pointer to the IBindStatusCallback interface.pEnum
A pointer to the IEnumFORMATETC interface.ppBC
A pointer to the IBindCtx interface that is returned.reserved
Reserved. Must be set to 0.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Product |
Internet Explorer 3.0 |
Header |
Urlmon.h |
Library |
Urlmon.lib |
DLL |
Urlmon.dll |