enumerazione VDS_VERSION_SUPPORT_FLAG (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.]

Usato per indicare le versioni delle interfacce VDS supportate.

Sintassi

typedef enum _VDS_VERSION_SUPPORT_FLAG {
  VDS_VSF_1_0 = 0x1,
  VDS_VSF_1_1 = 0x2,
  VDS_VSF_2_0 = 0x4,
  VDS_VSF_2_1 = 0x8,
  VDS_VSF_3_0 = 0x10
} VDS_VERSION_SUPPORT_FLAG;

Costanti

 
VDS_VSF_1_0
Valore: 0x1
Indica che le interfacce VDS 1.0 sono supportate. VDS 1.0 è supportato in
Windows Server 2003 e versioni successive.
VDS_VSF_1_1
Valore: 0x2
Indica che sono supportate le interfacce VDS 1.1. VDS 1.1 è supportato in
Windows Server 2003 R2 e versioni successive.
VDS_VSF_2_0
Valore: 0x4
Indica che sono supportate le interfacce VDS 2.0. VDS 2.0 è supportato in Windows Vista e
in un secondo momento.


Windows Server 2008, Windows Vista e Windows Server 2003 R2: Questo valore non è supportato.
VDS_VSF_2_1
Valore: 0x8
Indica che sono supportate le interfacce VDS 2.1. VDS 2.1 è supportato in Windows Vista con SP1,
Windows Server 2008 e versioni successive.


Windows Server 2008, Windows Vista e Windows Server 2003 R2: Questo valore non è supportato.
VDS_VSF_3_0
Valore: 0x10
Indica che le interfacce VDS 3.0 sono supportate. VDS 3.0 è supportato in Windows 7,
Windows Server 2008 R2 e versioni successive.


Windows Server 2008, Windows Vista e Windows Server 2003 R2: Questo valore non è supportato.

Commenti

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

Requisiti

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

Vedi anche

IVdsProviderSupport::GetVersionSupport

Enumerazioni VDS