VDS_STORAGE_IDENTIFIER struttura (vdslun.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 un dispositivo di archiviazione usando un determinato set di codice e tipo.

Sintassi

typedef struct _VDS_STORAGE_IDENTIFIER {
  VDS_STORAGE_IDENTIFIER_CODE_SET m_CodeSet;
  VDS_STORAGE_IDENTIFIER_TYPE     m_Type;
  ULONG                           m_cbIdentifier;
  BYTE                            *m_rgbIdentifier;
} VDS_STORAGE_IDENTIFIER;

Members

m_CodeSet

Tipo di codifica di m_rgbIdentifier enumerato da VDS_STORAGE_IDENTIFIER_CODE_SET.

m_Type

Tipo di m_rgbIdentifier enumerato da VDS_STORAGE_IDENTIFIER_TYPE.

m_cbIdentifier

Dimensioni della matrice m_rgbIdentifier , in byte.

m_rgbIdentifier

Puntatore ai dati dell'identificatore.

Commenti

La struttura VDS_STORAGE_DEVICE_ID_DESCRIPTOR include questa struttura come membro per specificare un particolare identificatore di dispositivo di archiviazione per un LUN.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione vdslun.h (includere Vds.h, VdsHwPrv.h per provider hardware)

Vedi anche

Strutture VDS

VDS_STORAGE_DEVICE_ID_DESCRIPTOR

VDS_STORAGE_IDENTIFIER_CODE_SET

VDS_STORAGE_IDENTIFIER_TYPE