SCARD_IO_REQUEST structure (winsmcrd.h)
This structure is used to identify a smart card I/O request.
Syntax
typedef struct _SCARD_IO_REQUEST {
DWORD dwProtocol;
DWORD cbPciLength;
} SCARD_IO_REQUEST, *PSCARD_IO_REQUEST, *LPSCARD_IO_REQUEST;
Members
dwProtocol
Specifies the protocol ID.
cbPciLength
Specifies the protocol control information length.
Requirements
Requirement | Value |
---|---|
Header | winsmcrd.h |