CoGetObjectContext.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

CoGetObjectContext (OLE32.@)

SYNOPSIS

HRESULT CoGetObjectContext
 (
  REFIID riid,
  void** ppv
 )

DESCRIPTION

Retrieves an object associated with the current context (i.e. apartment).

PARAMS

riid [In] Id of the interface of the object to retrieve.

ppv [Out] Address where object will be stored on return.

RETURNS

Success: S_OK.

Failure: HRESULT code.

IMPLEMENTATION

Defined in "objbase.h".

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

Debug channel "ole".