SMARTCARD_REQUEST structure (smclib.h)

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

Syntax

typedef struct _SMARTCARD_REQUEST {
  PUCHAR Buffer;
  ULONG  BufferSize;
  ULONG  BufferLength;
} SMARTCARD_REQUEST, *PSMARTCARD_REQUEST;

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.

Requirements

Requirement Value
Header smclib.h (include Smclib.h)

See also

SmcCxGetSmartcardRequestBuffer