Skip to content

Latest commit

 

History

History
61 lines (53 loc) · 2.07 KB

nn-objidlbase-icomthreadinginfo.md

File metadata and controls

61 lines (53 loc) · 2.07 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:objidlbase.IComThreadingInfo
IComThreadingInfo (objidlbase.h)
The IComThreadingInfo (objidlbase.h) interface enables you to obtain the following information about the apartment and thread that the caller is executing.
IComThreadingInfo
IComThreadingInfo interface [COM]
IComThreadingInfo interface [COM]
described
_com_icomthreadinginfo_interface
com.icomthreadinginfo
objidlbase/IComThreadingInfo
com\icomthreadinginfo.htm
com
fa4c7d82-ec5d-43d6-914e-bba60ad19aa2
08/15/2022
IComThreadingInfo, IComThreadingInfo interface [COM], IComThreadingInfo interface [COM],described, _com_icomthreadinginfo_interface, com.icomthreadinginfo, objidlbase/IComThreadingInfo
objidlbase.h
ObjIdl.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
ObjIdl.idl
Windows
19H1
IComThreadingInfo
objidlbase/IComThreadingInfo
c++
APIRef
kbSyntax
COM
objidlbase.h
IComThreadingInfo

IComThreadingInfo interface

-description

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:

-remarks

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