CComApartment Class
Visual Studio 2012
This class provides support for managing an appartment in a thread-pooled EXE module.
Important
|
|---|
|
This class and its members cannot be used in applications that execute in the Windows Runtime. |
class CComApartment
CComApartment is used by CComAutoThreadModule to manage an apartment in a thread-pooled EXE module. CComApartment provides methods for incrementing and decrementing the lock count on a thread.
Important