Ole32FuncGetRunningObjectTable Method |
Retrieves the running object table.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
Int32The HRESULT returned by COM.
See Also