BindMoniker.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

BindMoniker (OLE32.@)

SYNOPSIS

HRESULT BindMoniker
 (
  LPMONIKER pmk,
  DWORD     grfOpt,
  REFIID    riid,
  LPVOID*   ppvResult
 )

DESCRIPTION

Binds to a moniker.

PARAMS

pmk [In] Moniker to bind to.

grfOpt [In] Reserved option flags. Set to 0.

riid [In] Id of the interface to bind to.

pvResult [Out] Address that receives the interface of the object that was bound to.

RETURNS

Success: S_OK.

Failure: Any HRESULT code.

IMPLEMENTATION

Defined in "objbase.h".

Implemented in "dlls/ole32/bindctx.c".

Debug channel "ole".