Click or drag to resize

Ole32FuncGetRunningObjectTable Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.GetRunningObjectTable(System.UInt32,System.Runtime.InteropServices.ComTypes.IRunningObjectTable@)"]


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

Parameters

reserved  UInt32

[Missing <param name="reserved"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.GetRunningObjectTable(System.UInt32,System.Runtime.InteropServices.ComTypes.IRunningObjectTable@)"]

pprot  IRunningObjectTable

[Missing <param name="pprot"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.GetRunningObjectTable(System.UInt32,System.Runtime.InteropServices.ComTypes.IRunningObjectTable@)"]

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.UnmanagedApi.Ole32.Ole32Func.GetRunningObjectTable(System.UInt32,System.Runtime.InteropServices.ComTypes.IRunningObjectTable@)"]

See Also