Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This enumerated type describes the type of file system present on an SD Memory card. This information is part of the card's CSD register.
Syntax
typedef enum {
SD_FS_FAT_PARTITION_TABLE,
SD_FS_FAT_NO_PARTITION_TABLE,
SD_FS_UNIVERSAL,
SD_FS_OTHER
} SD_FS_TYPE, *PSD_FS_TYPE;
Elements
- SD_FS_FAT_PARTITION_TABLE
SD card contains a FAT file system and a partition table.
- SD_FS_FAT_NO_PARTITION_TABLE
SD card contains a FAT file system with no partition tables.
- SD_FS_UNIVERSAL
SD card contains a universal file system.
- SD_FS_OTHER
SD card contains an undefined file system.
Requirements
| Header | sdcardddk.h |
| Windows Embedded CE | Windows CE 5.0 and later |