Scroll to navigation

CoGetCallContext(3w) Wine API CoGetCallContext(3w)

NAME

CoGetCallContext (OLE32.@)

SYNOPSIS

HRESULT CoGetCallContext
(
REFIID riid,
void** ppv
)
 

DESCRIPTION

Gets the context of the currently executing server call in the current thread.
 

PARAMS

riid [In] Context interface to return.
ppv [Out] Pointer to memory that will receive the context on return.
 

RETURNS

Success: S_OK.
Failure: HRESULT code.
 

IMPLEMENTATION

Declared in "objbase.h".
Implemented in "dlls/ole32/compobj.c".
Debug channel "ole".
Oct 2012 Wine API