NAME

RegisterBindStatusCallback  (URLMON.@)

SYNOPSIS

 HRESULT RegisterBindStatusCallback
 (
  IBindCtx*             pbc,
  IBindStatusCallback*  pbsc,
  IBindStatusCallback** ppbscPrevious,
  DWORD                 dwReserved
 )

DESCRIPTION

Register a bind status callback.

PARAMS

pbc [In] Binding context.
pbsc [In] Callback to register.
ppbscPrevious [Out] Destination for previous callback.
dwReserved [In] Reserved, must be 0.

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/bindctx.c". https://source.winehq.org/source/dlls/urlmon/bindctx.c

Debug channel "urlmon".


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