IBindCtx::GetRunningObjectTable Method (IRunningObjectTable^%)

 

Returns access to the Running Object Table (ROT) relevant to this binding process.

Namespace:   System.Runtime.InteropServices.ComTypes
Assembly:  mscorlib (in mscorlib.dll)

void GetRunningObjectTable(
	[OutAttribute] IRunningObjectTable^% pprot
)

Parameters

pprot
Type: System.Runtime.InteropServices.ComTypes::IRunningObjectTable^%

When this method returns, contains a reference to the Running Object Table (ROT). This parameter is passed uninitialized.

For more information, see the existing documentation for IBindCtx::GetRunningObjectTable in the MSDN library.

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: