CWMO_FLAGS enumeration
Provides flags for the CoWaitForMultipleObjects function.
Syntax
typedef enum _CWMO_FLAGS { CWMO_DISPATCH_CALLS = 1, CWMO_DISPATCH_WINDOW_MESSAGE = 2 } CWMO_FLAGS;
Constants
- CWMO_DISPATCH_CALLS
-
Dispatch calls from CoWaitForMultipleObjects (default is no call dispatch).
- CWMO_DISPATCH_WINDOW_MESSAGE
-
Enable dispatch of window messages from CoWaitForMultipleObjects in a ASTA or STA (default in ASTA is no window messages dispatched, default in STA is only a small set of special-cased messages dispatched). The value has no meaning in MTA and is ignored.
Requirements
|
Header |
|
|---|
Show: