Share via


SD_FS_TYPE

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

See Also

Reference

Secure Digital Card Driver Enumerations