CoGetObjectContext (OLE32.@)
HRESULT CoGetObjectContext ( REFIID riid, void** ppv )
Retrieves an object associated with the current context (i.e. apartment).
riid | [In] | Id of the interface of the object to retrieve. |
ppv | [Out] | Address where object will be stored on return. |
Success: S_OK.
Failure: HRESULT code.
Defined in "objbase.h".
Implemented in "dlls/ole32/compobj.c". source.winehq.org/source/dlls/ole32/compobj.c
Debug channel "ole".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2008.