NAME

RevokeBindStatusCallback  (URLMON.@)

SYNOPSIS

 HRESULT RevokeBindStatusCallback
 (
  IBindCtx*            pbc,
  IBindStatusCallback* pbsc
 )

DESCRIPTION

Unregister a bind status callback.

pbc [In] Binding context. pbsc [In] Callback to unregister.

RETURNS

Success: S_OK.

Failure: E_INVALIDARG, if any argument is invalid

IMPLEMENTATION

Defined in "urlmon.h".

Implemented in "dlls/urlmon/bindctx.c". source.winehq.org/source/dlls/urlmon/bindctx.c

Debug channel "urlmon".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.