MODE_PAGE_SUBPAGE_HEADER structure (scsi.h)
La structure MODE_PAGE_SUBPAGE_HEADER contient des informations d’en-tête pour le format de page page_0 ou sub_page, comme défini dans la section 7.5.8 de la spécification T10 SCSI Primary Commands (SPC-6).
Syntaxe
typedef struct _MODE_PAGE_SUBPAGE_HEADER {
UCHAR PageCode : 6;
UCHAR SubPageFormat : 1;
UCHAR PageSavable : 1;
UCHAR SubPageCode;
UCHAR PageLength[2];
} MODE_PAGE_SUBPAGE_HEADER, *PMODE_PAGE_SUBPAGE_HEADER;
Membres
PageCode
Décrit dans la spécification.
SubPageFormat
Décrit dans la spécification.
PageSavable
Décrit dans la spécification.
SubPageCode
Décrit dans la spécification.
PageLength[2]
Décrit dans la spécification.
Remarques
Pour plus d’informations, consultez la section 7.5.8 de la spécification T10 SCSI Primary Commands (SPC-6).
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 11, version 22H2 |
En-tête | scsi.h |