RegisterActiveObject (OLEAUT32.33)
HRESULT RegisterActiveObject ( LPUNKNOWN punk, REFCLSID rcid, DWORD dwFlags, LPDWORD pdwRegister )
Registers an object in the global item table.
punk | [In] | Object to register. |
rcid | [In] | CLSID of the object. |
dwFlags | [In] | Flags. |
pdwRegister | [Out] | Address to store cookie of object registration in. |
Success: S_OK.
Failure: HRESULT code.
Defined in "oleauto.h".
Implemented in "dlls/oleaut32/oleaut.c". source.winehq.org/source/dlls/oleaut32/oleaut.c
Debug channel "ole".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.