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". https://source.winehq.org/source/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 Apr 2024.