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 is used by the SCardLocateCardsByATRfunction to locate cards.
Syntax
typedef struct _SCARD_ATRMASK { DWORD cbAtr; BYTE rgbAtr[36]; BYTE rgbMask[36]; } SCARD_ATRMASK, *PSCARD_ATRMASK, *LPSCARD_ATRMASK; |
Members
- cbAtr
-
Number of bytes in the ATR and the mask.
- rgbAtr
-
BYTE array for the ATR of the card with extra alignment bytes.
- rgbMask
-
BYTE array for the mask for the ATR with extra alignment bytes.
Requirements
Header | winscard.h |
Windows Embedded CE | Windows CE .NET 4.1 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |