SCARD_IO_REQUEST - NtDoc

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

typedef struct _SCARD_IO_REQUEST {
  DWORD dwProtocol;
  DWORD cbPciLength;
} SCARD_IO_REQUEST, *PSCARD_IO_REQUEST, *LPSCARD_IO_REQUEST;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-winsmcrd-_scard_io_request)

_SCARD_IO_REQUEST structure

Description

This structure is used to identify a smart card I/O request.

Members

dwProtocol

Specifies the protocol ID.

cbPciLength

Specifies the protocol control information length.

See also

Near field communication (NFC) design guide

Smart card design guide