Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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 |