RS_ALL_COMMANDS_PARAMETER_DATA - NtDoc

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

typedef struct {
  UCHAR                 CommandDataLength[4];
  RS_COMMAND_DESCRIPTOR CommandDescriptor[ANYSIZE_ARRAY];
} RS_ALL_COMMANDS_PARAMETER_DATA, *PRS_ALL_COMMANDS_PARAMETER_DATA;
View the official Windows Driver Kit DDI reference
// storport.h

typedef struct {
  UCHAR                 CommandDataLength[4];
  RS_COMMAND_DESCRIPTOR CommandDescriptor[ANYSIZE_ARRAY];
} RS_ALL_COMMANDS_PARAMETER_DATA, *PRS_ALL_COMMANDS_PARAMETER_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The RS_ALL_COMMANDS_PARAMETER_DATA structure contains a list of RS_COMMAND_DESCRIPTOR structures.

Members

CommandDataLength[4]

The length of this structure.

CommandDescriptor[ANYSIZE_ARRAY]

An array of RS_COMMAND_DESCRIPTOR structures.

Remarks

See also


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

Description

The RS_ALL_COMMANDS_PARAMETER_DATA structure contains a list of RS_COMMAND_DESCRIPTOR structures.

Members

CommandDataLength[4]

The length of this structure.

CommandDescriptor[ANYSIZE_ARRAY]

An array of RS_COMMAND_DESCRIPTOR structures.

Remarks

See also