IContextCallback interface
Provides a mechanism to execute a function inside a specific COM+ object context.
When to implement
You should not implement this interface. This interface is implemented on the COM+ object context.
When to use
Use this interface when a function needs to execute a function inside a specific object context.
Members
The IContextCallback interface inherits from the IUnknown interface. IContextCallback also has these types of members:
Methods
The IContextCallback interface has these methods.
| Method | Description |
|---|---|
| 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
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IContextCallback is defined as 000001da-0000-0000-C000-000000000046 |