CWMO_FLAGS enumeration (combaseapi.h)

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_DEFAULT
Value: 0
No call dispatch.
CWMO_DISPATCH_CALLS
Value: 1
Dispatch calls from CoWaitForMultipleObjects (default is no call dispatch).
CWMO_DISPATCH_WINDOW_MESSAGES
Value: 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