enumerazione VDS_FILE_SYSTEM_TYPE (vds.h)

[A partire da Windows 8 e Windows Server 2012, l'interfaccia COM del servizio disco virtuale viene sostituita dall'API gestione archiviazione di Windows.

Definisce il set di tipi validi per un file system.

Sintassi

typedef enum _VDS_FILE_SYSTEM_TYPE {
  VDS_FST_UNKNOWN = 0,
  VDS_FST_RAW,
  VDS_FST_FAT,
  VDS_FST_FAT32,
  VDS_FST_NTFS,
  VDS_FST_CDFS,
  VDS_FST_UDF,
  VDS_FST_EXFAT,
  VDS_FST_CSVFS,
  VDS_FST_REFS
} VDS_FILE_SYSTEM_TYPE;

Costanti

 
VDS_FST_UNKNOWN
Valore: 0
Il file system è sconosciuto. Il metodo IVdsVolumeMF::GetFileSystemProperties restituisce questo valore nella struttura VDS_FILE_SYSTEM_PROP per i volumi crittografati da BitLocker.
VDS_FST_RAW
Il file system non è elaborato.
VDS_FST_FAT
Il file system è la tabella di allocazione file (FAT).
VDS_FST_FAT32
Il file system è la tabella di allocazione dei file per i computer a 32 bit (FAT32).
VDS_FST_NTFS
Il file system è il file system NT (NTFS).
VDS_FST_CDFS
Il file system è il file system CD-ROM (CDFS).
VDS_FST_UDF
Il file system è Universal Disk Format (UDF).
VDS_FST_EXFAT
Il file system è una tabella di allocazione dei file estesa (exFAT).

Windows Server 2008, Windows Vista e Windows Server 2003: Il valore del tipo di file VDS_FST_EXFAT non è supportato.
VDS_FST_CSVFS
VDS_FST_REFS

Commenti

La struttura VDS_FILE_SYSTEM_PROP include un valore VDS_FILE_SYSTEM_TYPE come membro per indicare un tipo di file system esistente.

Nota È possibile aggiungere costanti aggiuntive all'enumerazione VDS_FILE_SYSTEM_TYPE nelle versioni future di Windows. Per questo motivo, l'applicazione deve essere progettata per gestire correttamente una costante di enumerazione non riconosciuta VDS_FILE_SYSTEM_TYPE.
 

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione vds.h

Vedi anche

IVdsAdvancedDisk::FormatPartition

IVdsVolumeMF::Format

IVdsVolumeMF::GetFileSystemProperties

Enumerazioni VDS

VDS_FILE_SYSTEM_PROP

VDS_FILE_SYSTEM_TYPE_PROP

VDS_VOLUME_PROP