// smclib.h
typedef struct _SMARTCARD_REQUEST {
PUCHAR Buffer;
ULONG BufferSize;
ULONG BufferLength;
} SMARTCARD_REQUEST, *PSMARTCARD_REQUEST;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the request buffer that contains data to send to the card.
BufferPointer to a buffer that contains data to send.
BufferSizeSize of the buffer pointed to by Buffer.
BufferLengthNumber of bytes required for this command.
SmcCxGetSmartcardRequestBuffer