CoGetCallContext (OLE32.@)
HRESULT CoGetCallContext ( REFIID riid, void** ppv )
Gets the context of the currently executing server call in the current thread.
riid | [In] | Context interface to return. |
ppv | [Out] | Pointer to memory that will receive the context 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 © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.