The CARD_EVENT_PARMS structure contains additional information for particular callback events, and is passed as the third parameter to the client's callback function.
typedef struct {
UINT32 uClientData;
UINT32 Parm1;
UINT32 Parm2;
} CARD_EVENT_PARMS, *PCARD_EVENT_PARMS;
The following callback events require additional data passed to the client's callback function.
The following callback events require additional data passed to the client's callback function.
For all other callback events, Parm1 and Parm2 can be ignored.
CardRegisterClient, CLIENT_CALLBACK