struttura PHYSICAL_ELEMENT_STATUS (ntddstor.h)
La struttura PHYSICAL_ELEMENT_STATUS definisce il buffer di output per IOCTL_STORAGE_GET_PHYSICAL_ELEMENT_STATUS.
Sintassi
typedef struct _PHYSICAL_ELEMENT_STATUS {
ULONG Version;
ULONG Size;
ULONG DescriptorCount;
ULONG ReturnedDescriptorCount;
ULONG ElementIdentifierBeingDepoped;
ULONG Reserved;
PHYSICAL_ELEMENT_STATUS_DESCRIPTOR Descriptors[ANYSIZE_ARRAY];
} PHYSICAL_ELEMENT_STATUS, *PPHYSICAL_ELEMENT_STATUS;
Membri
Version
Specifica la versione di questa struttura.
Size
Specifica le dimensioni di questa struttura, in byte.
DescriptorCount
Specifica il numero di descrittori nell'elenco dei descrittori di elemento specificati come input in PHYSICAL_ELEMENT_STATUS_REQUEST.
ReturnedDescriptorCount
Specifica il numero di descrittori validi restituiti.
ElementIdentifierBeingDepoped
Specifica l'identificatore dell'elemento di un descrittore de-estratto.
Reserved
Riservato per uso futuro.
Descriptors[ANYSIZE_ARRAY]
Descrittori validi ordinati in ordine crescente in base all'identificatore dell'elemento.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 10, versione 1709 |
intestazione | ntddstor.h |
Vedere anche
IOCTL_STORAGE_GET_PHYSICAL_ELEMENT_STATUS