Closed thradams closed 8 months ago
typedef struct _SCARD_T0_REQUEST { SCARD_IO_REQUEST ioRequest; BYTE bSw1, bSw2; // Return codes from the instruction #pragma warning(push) #pragma warning(disable:4201) union { SCARD_T0_COMMAND CmdBytes; BYTE rgbHeader[5]; } DUMMYUNIONNAME; #pragma warning(pop) } SCARD_T0_REQUEST;