table of contents
other versions
- wheezy 1.4.1-4
BindAsyncMoniker(3w) | Wine API | 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 declared in a Wine header. The function is either undocumented, or missing from Wine. Implemented in "dlls/urlmon/umon.c". Debug channel "urlmon".Oct 2012 | Wine API |