// smclib.h
typedef struct _T0_DATA {
ULONG Lc;
ULONG Le;
} T0_DATA, *PT0_DATA;
View the official Windows Driver Kit DDI referenceNo description available.
The T0_DATA structure is used by the smart card driver library to process T0 I/O.
LcNumber of data bytes in the request.
LeNumber of expected bytes from the card.