RevokeBindStatusCallback (URLMON.@)
HRESULT RevokeBindStatusCallback ( IBindCtx* pbc, IBindStatusCallback* pbsc )
Unregister a bind status callback.
pbc [In] Binding context. pbsc [In] Callback to unregister.
Success: S_OK.
Failure: E_INVALIDARG, if any argument is invalid, or E_FAIL if pbsc wasn't registered with pbc.
Defined in "urlmon.h".
Implemented in "dlls/urlmon/umon.c". source.winehq.org/source/dlls/urlmon/umon.c
Debug channel "urlmon".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.