SMARTCARD_REPLY structure (smclib.h)

Describes the reply buffer received from the smart card.

Syntax

typedef struct _SMARTCARD_REPLY {
  PUCHAR Buffer;
  ULONG  BufferSize;
  ULONG  BufferLength;
} SMARTCARD_REPLY, *PSMARTCARD_REPLY;

Members

Buffer

Pointer to a buffer that receives smart card data.

BufferSize

Size of the buffer pointed to by Buffer.

BufferLength

Number of bytes received from the card.

Remarks

The client driver must receive data in this buffer and adjust BufferLength to the number of received bytes.

Requirements

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

See also

SmcCxGetSmartcardReplyBuffer