BindAsyncMoniker (URLMON.@)
HRESULT BindAsyncMoniker ( IMoniker* pmk, DWORD grfOpt, IBindStatusCallback* pbsc, REFIID iidResult, LPVOID* ppvResult )
Bind a bind status callback to an asynchronous Url Moniker.
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. |
Success: S_OK.
Failure: E_INVALIDARG, if any argument is invalid, or E_OUTOFMEMORY if memory allocation fails.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/urlmon/umon.c". gitlab.winehq.org/wine/wine/blob/master/dlls/urlmon/umon.c
Debug channel "urlmon".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.