structure STORAGE_FRU_ID_DESCRIPTOR (ntddstor.h)
STORAGE_FRU_ID_DESCRIPTOR est la structure utilisée lorsqu’un appelant envoie IOCTL_STORAGE_QUERY_PROPERTY pour rechercher l’ID d’une unité de remplacement d’erreur (FRU).
Syntaxe
typedef struct _STORAGE_FRU_ID_DESCRIPTOR {
ULONG Version;
ULONG Size;
ULONG IdentifierSize;
UCHAR Identifier[ANYSIZE_ARRAY];
} STORAGE_FRU_ID_DESCRIPTOR, *PSTORAGE_FRU_ID_DESCRIPTOR;
Membres
Version
Version de cette structure. Défini sur sizeof(STORAGE_FRU_ID_DESCRIPTOR)
.
Size
Taille de cette structure, en octets. Doit être >= sizeof(STORAGE_FRU_ID_DESCRIPTOR)
.
IdentifierSize
Taille du tableau dans Identificateur, en octets.
Identifier[ANYSIZE_ARRAY]
Tableau dans lequel écrire l’identificateur du FRU. La taille de ce tableau est IdentificateurSize octets.
Remarques
STORAGE_FRU_ID_DESCRIPTOR est utilisé comme mémoire tampon de sortie dans laquelle retourner le résultat lorsqu’un appelant envoie IOCTL_STORAGE_QUERY_PROPERTY avec une valeur STORAGE_PROPERTY_IDStorageFruIdProperty.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | ntddstor.h |