PHYSICAL_ELEMENT_STATUS_PARAMETER_DATA - NtDoc

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

typedef struct _PHYSICAL_ELEMENT_STATUS_PARAMETER_DATA {
  UCHAR                                   DescriptorCount[4];
  UCHAR                                   ReturnedDescriptorCount[4];
  UCHAR                                   ElementIdentifierBeingDepoped[4];
  UCHAR                                   Reserved[20];
  PHYSICAL_ELEMENT_STATUS_DATA_DESCRIPTOR Descriptors[ANYSIZE_ARRAY];
} PHYSICAL_ELEMENT_STATUS_PARAMETER_DATA, *PPHYSICAL_ELEMENT_STATUS_PARAMETER_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_PHYSICAL_ELEMENT_STATUS_PARAMETER_DATA structure

Description

The PHYSICAL_ELEMENT_STATUS_PARAMETER_DATA structure contains the parameter data for a physical element.

Members

DescriptorCount

Specifies the number of descriptors in the element descriptors list given as input in PHYSICAL_ELEMENT_STATUS_REQUEST.

ReturnedDescriptorCount

Specifies the number of valid descriptors returned.

ElementIdentifierBeingDepoped

Specifies the element identifier of a de-popped descriptor.

Reserved

Reserved for future use.

Descriptors

The valid descriptors sorted in ascending order based on the element identifier.

Remarks

See also

PHYSICAL_ELEMENT_STATUS_REQUEST

PHYSICAL_ELEMENT_STATUS_DATA_DESCRIPTOR