BindAsyncMoniker.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/urlmon/umon.c".

Debug channel "urlmon".