// storport.h
typedef struct _STARTIO_PERFORMANCE_PARAMETERS {
ULONG Version;
ULONG Size;
ULONG MessageNumber;
ULONG ChannelNumber;
} STARTIO_PERFORMANCE_PARAMETERS, *PSTARTIO_PERFORMANCE_PARAMETERS;
View the official Windows Driver Kit DDI referenceNo description available.
The STARTIO_PERFORMANCE_PARAMETERS structure describes the performance parameters that are returned to the miniport driver by the StorPortGetStartIoPerfParams routine.
VersionThe version number of the structure. This member is valid starting with Windows 8.
SizeThe size of the structure.
MessageNumberThe offset in the device's MSI-X table for the optimal MSI-X message with which to interrupt. If the device does not support MSI-X messages, this member will be zero.
ChannelNumberDenotes the concurrent channel in which Storport is passing the I/O. If the miniport driver did not set up concurrent channels, this member will be zero.