SMARTCARD_REQUEST - NtDoc

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

typedef struct _SMARTCARD_REQUEST {
  PUCHAR Buffer;
  ULONG  BufferSize;
  ULONG  BufferLength;
} SMARTCARD_REQUEST, *PSMARTCARD_REQUEST;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_SMARTCARD_REQUEST structure

Description

Describes the request buffer that contains data to send to the card.

Members

Buffer

Pointer to a buffer that contains data to send.

BufferSize

Size of the buffer pointed to by Buffer.

BufferLength

Number of bytes required for this command.

See also

SmcCxGetSmartcardRequestBuffer