Share via


CARD_FILE_INFO Structure

The CARD_FILE_INFO structure contains information about a file on a smart card.

Syntax

typedef struct _CARD_FILE_INFO {
  DWORD                      dwVersion;
  DWORD                      cbFileSize;
  CARD_FILE_ACCESS_CONDITION AccessCondition;
} CARD_FILE_INFO, *PCARD_FILE_INFO;

Members

  • dwVersion
    The version number of the structure.

  • cbFileSize
    The size, in bytes, of the file.

  • AccessCondition
    A CARD_FILE_ACCESS_CONDITION enumeration value that specifies access control permissions for the file.

Remarks

The CardGetFileInfo function initializes this structure.

Requirements

Minimum supported client Windows XP, Windows 2000 Professional with SP4
Minimum supported server Windows Server 2003, Windows 2000 Server with SP4
Header Cardmod.h

See Also

Microsoft Base Smart Card Cryptographic Service Provider

CardCreateFile

CardGetFileInfo

Send comments about this topic to Microsoft

Build date: 3/5/2009