Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether a particular thread supports a message loop.
Syntax
typedef enum _THDTYPE {
THDTYPE_BLOCKMESSAGES = 0,
THDTYPE_PROCESSMESSAGES = 1
} THDTYPE;
Constants
THDTYPE_BLOCKMESSAGESValue: 0 The thread does not support a message loop. This behavior is associated with multithreaded apartments. |
THDTYPE_PROCESSMESSAGESValue: 1 The thread supports a message loop. This behavior is associated with single-threaded apartments. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | objidl.h (include Objidl.h) |