BindAsyncMoniker(3w)
NAME
BindAsyncMoniker (URLMON.@)
SYNOPSIS
HRESULT BindAsyncMoniker ( IMoniker* pmk, DWORD grfOpt, IBindStatusCallback* pbsc, REFIID iidResult, LPVOID* ppvResult )
DESCRIPTION
Bind a bind status callback to an asynchronous Url Moniker.
PARAMS
pmk [In] Moniker object to bind status callback to.
grfOpt [In] Options, seems not used.
pbsc [In] Status callback to bind.
iidResult [In] Interface to return.
ppvResult [Out] Resulting asynchronous moniker object.
RETURNS
Success: S_OK.
Failure: E_INVALIDARG, if any argument is invalid, or E_OUTOFMEMORY if
memory allocation fails.
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/urlmon/umon.c".
- Debug channel "urlmon".