CoGetCallContext.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Defined in "objbase.h".

Implemented in "dlls/ole32/compobj.c".

Debug channel "ole".