RegisterActiveObject(3w)
NAME
RegisterActiveObject (OLEAUT32.33)
SYNOPSIS
HRESULT RegisterActiveObject ( LPUNKNOWN punk, REFCLSID rcid, DWORD dwFlags, LPDWORD pdwRegister )
DESCRIPTION
Registers an object in the global item table.
PARAMS
punk [In] Object to register.
rcid [In] CLSID of the object.
dwFlags [In] Flags.
pdwRegister [Out] Address to store cookie of object registration in.
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".