Scroll to navigation

CreatePointerMoniker(3w) Wine API CreatePointerMoniker(3w)

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

Declared in "objbase.h".
Implemented in "dlls/ole32/pointermoniker.c".
Debug channel "ole".
Oct 2012 Wine API