CoGetObjectContext(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ole32/compobj.c".
- Debug channel "ole".