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
Defined in "objbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/pointermoniker.c".
- Debug channel "ole".