Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
Provides flags for the CoWaitForMultipleObjects function.
Syntax
typedef enum CWMO_FLAGS {
CWMO_DEFAULT = 0,
CWMO_DISPATCH_CALLS = 1,
CWMO_DISPATCH_WINDOW_MESSAGES = 2
} ;
Constants
CWMO_DEFAULTValue: 0 No call dispatch. |
CWMO_DISPATCH_CALLSValue: 1 Dispatch calls from CoWaitForMultipleObjects (default is no call dispatch). |
CWMO_DISPATCH_WINDOW_MESSAGESValue: 2 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
| Requirement | Value |
|---|---|
| Header | combaseapi.h |