CreatePointerMoniker (OLE32.@)
HRESULT CreatePointerMoniker ( LPUNKNOWN punk, LPMONIKER* ppmk )
Creates a moniker which represents a pointer.
punk | [In] | Pointer to the object to represent. |
ppmk | [Out] | Address that receives the pointer to the created moniker. |
Success: S_OK.
Failure: Any HRESULT code.
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.