CreatePointerMoniker.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

CreatePointerMoniker (OLE32.@)

SYNOPSIS

HRESULT CreatePointerMoniker
 (
  LPUNKNOWN  punk,
  LPMONIKER* ppmk
 )

DESCRIPTION

Creates a moniker which represents a pointer.

PARAMS

punk [In] Pointer to the object to represent.

ppmk [Out] Address that receives the pointer to the created moniker.

RETURNS

Success: S_OK.

Failure: Any HRESULT code.

IMPLEMENTATION

Defined in "objbase.h".

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

Debug channel "ole".