GetActiveObject(3w)
NAME
GetActiveObject (OLEAUT32.35)
SYNOPSIS
HRESULT GetActiveObject ( REFCLSID rcid, LPVOID preserved, LPUNKNOWN* ppunk )
DESCRIPTION
Gets an object from the global item table.
PARAMS
rcid [In] CLSID of the object.
preserved [In] Reserved. Set to NULL.
ppunk [Out] Address to store object into.
RETURNS
Success: S_OK.
Failure: HRESULT code.
IMPLEMENTATION
Defined in "oleauto.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/oleaut32/oleaut.c".
- Debug channel "ole".