Share via


SCARD_ATRMASK (Windows Embedded CE 6.0)

1/6/2010

This structure is used by the SCardLocateCardsByATR function 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

See Also

Reference

Smart Card Structures
SCardLocateCardsByATR