SRIOV_MITIGATED_RANGE_COUNT_OUTPUT structure (pcivirt.h)

This structures is the output buffer received by the IOCTL_SRIOV_QUERY_MITIGATED_RANGE_COUNT request that contains an array of ranges of memory-mapped I/O space that must be mitigated.

Syntax

typedef struct _SRIOV_MITIGATED_RANGE_COUNT_OUTPUT {
  ULONG [6] RangeCount;
} SRIOV_MITIGATED_RANGE_COUNT_OUTPUT, SRIOV_MITIGATED_RANGE_COUNT_OUTPUT;

Members

RangeCount[6]

Array of ranges of memory-mapped I/O space that must be mitigated.

Requirements

Requirement Value
Header pcivirt.h

See also

IOCTL_SRIOV_QUERY_MITIGATED_RANGE_COUNT