Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |