CoSwitchCallContext (OLE32.@)
HRESULT CoSwitchCallContext ( IUnknown* pNewObject, IUnknown** ppOldObject )
Switches the call context object for CoGetCallContext.
pNewObject | [In] | Context interface on the new call context object. |
ppOldObject | [Out] | Pointer to memory that will receive the current context. |
Success: S_OK.
Failure: HRESULT code.
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
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 Jul 2008.