IContextCallback interface (ctxtcall.h)

Provides a mechanism to execute a function inside a specific COM+ object context.

Inheritance

The IContextCallback interface inherits from the IUnknown interface. IContextCallback also has these types of members:

Methods

The IContextCallback interface has these methods.

 
IContextCallback::ContextCallback

Enters the object context, executes the specified function, and returns.

Remarks

An instance of this interface for the current context can be obtained using CoGetObjectContext.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header ctxtcall.h