NAME

CoSwitchCallContext  (OLE32.@)

SYNOPSIS

 HRESULT CoSwitchCallContext
 (
  IUnknown*  pNewObject,
  IUnknown** ppOldObject
 )

DESCRIPTION

Switches the call context object for CoGetCallContext.

PARAMS

pNewObject [In] Context interface on the new call context object.
ppOldObject [Out] Pointer to memory that will receive the current context.

RETURNS

Success: S_OK.

Failure: HRESULT code.

IMPLEMENTATION

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 Nov 2008.