IObjectContextInfo2 interface (comsvcs.h)

Provides additional information about an object's context. This interface extends the IObjectContextInfo interface.

Inheritance

The IObjectContextInfo2 interface inherits from IObjectContextInfo. IObjectContextInfo2 also has these types of members:

Methods

The IObjectContextInfo2 interface has these methods.

 
IObjectContextInfo2::GetApplicationId

Retrieves the identifier of the application of the current object context.
IObjectContextInfo2::GetApplicationInstanceId

Retrieves the identifier of the application instance of the current object context.
IObjectContextInfo2::GetPartitionId

Retrieves the identifier of the partition of the current object context.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

COM+ Contexts and Threading Models

IObjectContextInfo