T0_DATA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// smclib.h

typedef struct _T0_DATA {
  ULONG Lc;
  ULONG Le;
} T0_DATA, *PT0_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-smclib-_t0_data)

_T0_DATA structure

Description

The T0_DATA structure is used by the smart card driver library to process T0 I/O.

Members

Lc

Number of data bytes in the request.

Le

Number of expected bytes from the card.