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

Declared in "include/oleauto.h". gitlab.winehq.org/wine/wine/blob/master/include/oleauto.h

Implemented in "dlls/oleaut32/oleaut.c". gitlab.winehq.org/wine/wine/blob/master/dlls/oleaut32/oleaut.c

Debug channel "ole".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.