Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure begins a protocol control information structure. Any protocol-specific information then immediately follows this structure. The entire length of the structure must be aligned with the underlying hardware architecture word size. For example, in Windows Embedded CE the length of any PCI information must be a multiple of 4 bytes so that it aligns on a 32-bit boundary.

Syntax

typedef struct {
  DWORD 
dwProtocol;
  DWORD 
cbPciLength;
} SCARD_IO_REQUEST;

Members

dwProtocol

Identifies the protocol in use.

cbPciLength

Supplies the length, in bytes, of the SCARD_IO_REQUESTstructure plus any following PCI-specific information.

Requirements

Header winscard.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

SCardTransmit