enumerazione GET_STORAGE_DEPENDENCY_FLAG (virtdisk.h)
Contiene flag di richiesta di richiesta di dipendenza del disco rigido virtuale (VHD).
Sintassi
typedef enum _GET_STORAGE_DEPENDENCY_FLAG {
GET_STORAGE_DEPENDENCY_FLAG_NONE = 0x00000000,
GET_STORAGE_DEPENDENCY_FLAG_HOST_VOLUMES = 0x00000001,
GET_STORAGE_DEPENDENCY_FLAG_DISK_HANDLE = 0x00000002
} GET_STORAGE_DEPENDENCY_FLAG;
Costanti
GET_STORAGE_DEPENDENCY_FLAG_NONE Valore: 0x00000000 Nessun flag specificato. |
GET_STORAGE_DEPENDENCY_FLAG_HOST_VOLUMES Valore: 0x00000001 Restituisce informazioni per volumi o dischi che ospitano il volume specificato. |
GET_STORAGE_DEPENDENCY_FLAG_DISK_HANDLE Valore: 0x00000002 L'handle fornito è un disco, non un volume o un file. |
Commenti
Se il flag GET_STORAGE_DEPENDENCY_FLAG_HOST_VOLUMES non è impostato, la funzione GetStorageDependencyInformation restituisce informazioni sui volumi o sui dischi ospitati dal volume o dal disco specificato. Ad esempio, se il file VHD C:\file.vhd definisce l'unità virtuale D, l'impostazione del flag di GET_STORAGE_DEPENDENCY_FLAG_HOST_VOLUMES recupererà informazioni sul volume C: . In caso contrario, verranno recuperate informazioni sul volume D virtuale.
Requisiti
Client minimo supportato | Windows 7 |
Server minimo supportato | Windows Server 2008 R2 |
Intestazione | virtdisk.h |