CoGetObject (OLE32.@)
HRESULT CoGetObject ( LPCWSTR pszName, BIND_OPTS* pBindOptions, REFIID riid, void** ppv )
Gets the object named by coverting the name to a moniker and binding to it.
pszName | [In] | String representing the object. |
pBindOptions | [In] | Parameters affecting the binding to the named object. |
riid | [In] | Interface to bind to on the objecct. |
ppv | [Out] | On output, the interface riid of the object represented by pszName. |
Success: S_OK.
Failure: HRESULT code.
MkParseDisplayName.
Defined in "objbase.h".
Implemented in "dlls/ole32/compobj.c". source.winehq.org/source/dlls/ole32/compobj.c
Debug channel "ole".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.