Click or drag to resize

Ole32FuncGetRunningObjectTable Method

Retrieves the running object table.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int GetRunningObjectTable(
	uint reserved,
	out IRunningObjectTable pprot
)

Parameters

reserved  UInt32
Reserved. Must be zero.
pprot  IRunningObjectTable
When this method returns, contains the running object table.

Return Value

Int32
The HRESULT returned by COM.
See Also