// pcivirt.h
typedef struct _SRIOV_MITIGATED_RANGE_COUNT_OUTPUT {
ULONG [6] RangeCount;
} SRIOV_MITIGATED_RANGE_COUNT_OUTPUT, SRIOV_MITIGATED_RANGE_COUNT_OUTPUT;
View the official Windows Driver Kit DDI referenceNo description available.
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.
RangeCountArray of ranges of memory-mapped I/O space that must be mitigated.
typedef struct _SRIOV_MITIGATED_RANGE_COUNT_OUTPUT {
ULONG [6] RangeCount;
} SRIOV_MITIGATED_RANGE_COUNT_OUTPUT, SRIOV_MITIGATED_RANGE_COUNT_OUTPUT;
IOCTL_SRIOV_QUERY_MITIGATED_RANGE_COUNT