The CARD_EVENT_MASK_PARMS structure contains event mask configurations passed to CardGetEventMask and CardSetEventMask.
typedef struct {
CARD_SOCKET_HANDLE hSocket;
UINT16 fAttributes;
UINT16 fEventMask;
} CARD_EVENT_MASK_PARMS, *PCARD_EVENT_MASK_PARMS;
First Bit (Bit 0) Value | Description |
---|---|
0 (zero) | Global event mask |
1 (one) | Specific event mask |
This structure specifies global events or the events for a specified socket and function pair that a driver is interested in.
CardGetEventMask, CardSetEventMask