// poscx.h
typedef enum _POS_CX_EVENT_DEST {
POS_CX_EVENT_DEST_INVALID,
POS_CX_EVENT_DEST_DEVICE_OWNER,
POS_CX_EVENT_DEST_ALL,
POS_CX_EVENT_DEST__MAX
} POS_CX_EVENT_DEST;
View the official Windows Driver Kit DDI referenceNo description available.
The POS_CX_EVENT_DEST defines which applications receive this event.
POS_CX_EVENT_DEST_INVALIDSpecifies that no devices will receive this event. This value should not be used.
POS_CX_EVENT_DEST_DEVICE_OWNERSpecifies that only the current claim owner will receive this event.
POS_CX_EVENT_DEST_ALLSpecifies that the event will be broadcast to all client handles.
POS_CX_EVENT_DEST__MAX