FreeRDP
|
#include <smartcard_pcsc.h>
Data Fields | |
LPCSTR | szReader |
LPVOID | pvUserData |
PCSC_DWORD | dwCurrentState |
PCSC_DWORD | dwEventState |
PCSC_DWORD | cbAtr |
BYTE | rgbAtr [PCSC_MAX_ATR_SIZE] |
pcsc-lite defines SCARD_READERSTATE, SCARD_IO_REQUEST as packed on Mac OS X only and uses default packing everywhere else.
Definition at line 139 of file smartcard_pcsc.h.
PCSC_DWORD PCSC_SCARD_READERSTATE::cbAtr |
Definition at line 145 of file smartcard_pcsc.h.
PCSC_DWORD PCSC_SCARD_READERSTATE::dwCurrentState |
Definition at line 143 of file smartcard_pcsc.h.
PCSC_DWORD PCSC_SCARD_READERSTATE::dwEventState |
Definition at line 144 of file smartcard_pcsc.h.
LPVOID PCSC_SCARD_READERSTATE::pvUserData |
Definition at line 142 of file smartcard_pcsc.h.
BYTE PCSC_SCARD_READERSTATE::rgbAtr[PCSC_MAX_ATR_SIZE] |
Definition at line 146 of file smartcard_pcsc.h.
LPCSTR PCSC_SCARD_READERSTATE::szReader |
Definition at line 141 of file smartcard_pcsc.h.