SCARD_ATRMASK (Windows CE 5.0)

Send Feedback

This structure is used by the SCardLocateCardsByATR function to locate cards.

typedef struct _SCARD_ATRMASK {DWORDcbAtr;BYTErgbAtr[36];BYTErgbMask[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

OS Versions: Windows CE .NET 4.1 and later.
Header: Winscard.h.

See Also

SCardLocateCardsByATR

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.