MODE_PAGE_SUBPAGE_HEADER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// minitape.h

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;
View the official Windows Driver Kit DDI reference
// scsi.h

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;
View the official Windows Driver Kit DDI reference
// storport.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-minitape-mode_page_subpage_header)

Description

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).

Members

PageCode

Described in the specification.

SubPageFormat

Described in the specification.

PageSavable

Described in the specification.

SubPageCode

Described in the specification.

PageLength

Described in the specification.

Remarks

See Section 7.5.8 of the T10 SCSI Primary Commands specification (SPC-6) for details.

See also

MODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE

MODE_COMMAND_DURATION_LIMIT_PAGE_T2B_SUBPAGE


Windows Driver Kit DDI reference (ns-scsi-mode_page_subpage_header)

Description

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).

Members

PageCode

Described in the specification.

SubPageFormat

Described in the specification.

PageSavable

Described in the specification.

SubPageCode

Described in the specification.

PageLength

Described in the specification.

Remarks

See Section 7.5.8 of the T10 SCSI Primary Commands specification (SPC-6) for details.

See also

MODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE

MODE_COMMAND_DURATION_LIMIT_PAGE_T2B_SUBPAGE


Windows Driver Kit DDI reference (ns-storport-mode_page_subpage_header)

Description

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).

Members

PageCode

Described in the specification.

SubPageFormat

Described in the specification.

PageSavable

Described in the specification.

SubPageCode

Described in the specification.

PageLength

Described in the specification.

Remarks

See Section 7.5.8 of the T10 SCSI Primary Commands specification (SPC-6) for details.

See also

MODE_COMMAND_DURATION_LIMIT_PAGE_T2A_SUBPAGE

MODE_COMMAND_DURATION_LIMIT_PAGE_T2B_SUBPAGE