THDTYPE enumeration
Indicates whether a particular thread supports a message loop.
Syntax
typedef enum _THDTYPE { THDTYPE_BLOCKMESSAGES = 0, THDTYPE_PROCESSMESSAGES = 1 } THDTYPE;
Constants
- THDTYPE_BLOCKMESSAGES
-
The thread does not support a message loop. This behavior is associated with multithreaded apartments.
- THDTYPE_PROCESSMESSAGES
-
The thread supports a message loop. This behavior is associated with single-threaded apartments.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Show: