POS_CX_EVENT_DEST - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-poscx-_pos_cx_event_dest)

_POS_CX_EVENT_DEST enumeration

Description

The POS_CX_EVENT_DEST defines which applications receive this event.

Constants

POS_CX_EVENT_DEST_INVALID

Specifies that no devices will receive this event. This value should not be used.

POS_CX_EVENT_DEST_DEVICE_OWNER

Specifies that only the current claim owner will receive this event.

POS_CX_EVENT_DEST_ALL

Specifies that the event will be broadcast to all client handles.

POS_CX_EVENT_DEST__MAX