IComThreadingInfo interface (objidlbase.h)
Enables you to obtain the following information about the apartment and thread that the caller is executing in: apartment type, thread type, and thread GUID. It also allows you to specify a thread GUID.
Inheritance
The IComThreadingInfo interface inherits from the IUnknown interface. IComThreadingInfo also has these types of members:
Methods
The IComThreadingInfo interface has these methods.
| IComThreadingInfo::GetCurrentApartmentType Retrieves the type of apartment in which the caller is executing. (IComThreadingInfo.GetCurrentApartmentType) |
| IComThreadingInfo::GetCurrentLogicalThreadId Retrieves the GUID of the thread in which the caller is executing. (IComThreadingInfo.GetCurrentLogicalThreadId) |
| IComThreadingInfo::GetCurrentThreadType Retrieves the type of thread in which the caller is executing. (IComThreadingInfo.GetCurrentThreadType) |
| IComThreadingInfo::SetCurrentLogicalThreadId Sets the GUID of the thread in which the caller is executing. (IComThreadingInfo.SetCurrentLogicalThreadId) |
Remarks
An instance of this interface for the current context can be obtained using CoGetObjectContext.
Requirements
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | objidlbase.h (include ObjIdl.h) |