SES_CONFIGURATION_DIAGNOSTIC_PAGE - NtDoc

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

typedef struct _SES_CONFIGURATION_DIAGNOSTIC_PAGE {
  UCHAR                    PageCode;
  UCHAR                    NumberOfSecondarySubEnclosures;
  UCHAR                    PageLength[2];
  UCHAR                    GenerationCode[4];
  SES_ENCLOSURE_DESCRIPTOR Descriptors[ANYSIZE_ARRAY];
} SES_CONFIGURATION_DIAGNOSTIC_PAGE, *PSES_CONFIGURATION_DIAGNOSTIC_PAGE;
View the official Windows Driver Kit DDI reference
// scsi.h

typedef struct _SES_CONFIGURATION_DIAGNOSTIC_PAGE {
  UCHAR                    PageCode;
  UCHAR                    NumberOfSecondarySubEnclosures;
  UCHAR                    PageLength[2];
  UCHAR                    GenerationCode[4];
  SES_ENCLOSURE_DESCRIPTOR Descriptors[ANYSIZE_ARRAY];
} SES_CONFIGURATION_DIAGNOSTIC_PAGE, *PSES_CONFIGURATION_DIAGNOSTIC_PAGE;
View the official Windows Driver Kit DDI reference
// storport.h

typedef struct _SES_CONFIGURATION_DIAGNOSTIC_PAGE {
  UCHAR                    PageCode;
  UCHAR                    NumberOfSecondarySubEnclosures;
  UCHAR                    PageLength[2];
  UCHAR                    GenerationCode[4];
  SES_ENCLOSURE_DESCRIPTOR Descriptors[ANYSIZE_ARRAY];
} SES_CONFIGURATION_DIAGNOSTIC_PAGE, *PSES_CONFIGURATION_DIAGNOSTIC_PAGE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

SES_CONFIGURATION_DIAGNOSTIC_PAGE structure (minitape.h)

Description

The SES_CONFIGURATION_DIAGNOSTIC_PAGE structure provides enclosure descriptor information and parameters.

Members

PageCode

Specifies the diagnostic page being sent or requested based on the value. For a Microcode Control diagnostic page, the value should be 0x01.

NumberOfSecondarySubEnclosures

Specifies the number of separate subenclosures included in the enclosure descriptor list, not including the primary subenclosure. If this is set to zero, only the primary subenclosure exists.

PageLength

Specifies the length of the diagnostic page, in bytes.

GenerationCode

Specifies the value of the generation code.

Descriptors

Specifies the enclosure descriptors for the primary and secondary enclosures. The primary enclosure is the first index.


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

SES_CONFIGURATION_DIAGNOSTIC_PAGE structure (scsi.h)

Description

The SES_CONFIGURATION_DIAGNOSTIC_PAGE structure provides enclosure descriptor information and parameters.

Members

PageCode

Specifies the diagnostic page being sent or requested based on the value. For a Microcode Control diagnostic page, the value should be 0x01.

NumberOfSecondarySubEnclosures

Specifies the number of separate subenclosures included in the enclosure descriptor list, not including the primary subenclosure. If this is set to zero, only the primary subenclosure exists.

PageLength

Specifies the length of the diagnostic page, in bytes.

GenerationCode

Specifies the value of the generation code.

Descriptors

Specifies the enclosure descriptors for the primary and secondary enclosures. The primary enclosure is the first index.


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

SES_CONFIGURATION_DIAGNOSTIC_PAGE structure (storport.h)

Description

The SES_CONFIGURATION_DIAGNOSTIC_PAGE structure provides enclosure descriptor information and parameters.

Members

PageCode

Specifies the diagnostic page being sent or requested based on the value. For a Microcode Control diagnostic page, the value should be 0x01.

NumberOfSecondarySubEnclosures

Specifies the number of separate subenclosures included in the enclosure descriptor list, not including the primary subenclosure. If this is set to zero, only the primary subenclosure exists.

PageLength

Specifies the length of the diagnostic page, in bytes.

GenerationCode

Specifies the value of the generation code.

Descriptors

Specifies the enclosure descriptors for the primary and secondary enclosures. The primary enclosure is the first index.