MODE_PAGE_SUBPAGE_HEADER structure (scsi.h)
The MODE_PAGE_SUBPAGE_HEADER structure contains header information for the page_0 or sub_page mode page format, as defined in Section 7.5.8 of the T10 SCSI Primary Commands specification (SPC-6).
Syntax
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;
Members
PageCode
Described in the specification.
SubPageFormat
Described in the specification.
PageSavable
Described in the specification.
SubPageCode
Described in the specification.
PageLength[2]
Described in the specification.
Remarks
See Section 7.5.8 of the T10 SCSI Primary Commands specification (SPC-6) for details.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 22H2 |
Header | scsi.h |