CARD_FILE_INFO structure
This topic is not current. For the most current information about the Smart Card API, see Smart Card Minidriver Specification.
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 [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|