PHYSICAL_ELEMENT_STATUS_PARAMETER_DATA structure (scsi.h)

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

Syntax

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;

Members

DescriptorCount[4]

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

ReturnedDescriptorCount[4]

Specifies the number of valid descriptors returned.

ElementIdentifierBeingDepoped[4]

Specifies the element identifier of a de-popped descriptor.

Reserved[20]

Reserved for future use.

Descriptors[ANYSIZE_ARRAY]

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

Requirements

Requirement Value
Minimum supported client Windows 10, version 1709
Header scsi.h (include scsi.h, storport.h, minitape.h)

See also

PHYSICAL_ELEMENT_STATUS_REQUEST

PHYSICAL_ELEMENT_STATUS_DATA_DESCRIPTOR