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". source.winehq.org/source/dlls/ole32/pointermoniker.c

Debug channel "ole".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.