// pcivirt.h
typedef struct _SRIOV_MITIGATED_RANGE_COUNT_INPUT {
USHORT VfIndex;
} SRIOV_MITIGATED_RANGE_COUNT_INPUT, SRIOV_MITIGATED_RANGE_COUNT_INPUT;
View the official Windows Driver Kit DDI referenceNo description available.
This structure is used as an input buffer to the IOCTL_SRIOV_QUERY_MITIGATED_RANGE_COUNT request to determine the ranges of memory-mapped I/O space that must be mitigated.
VfIndexZero-based index of the virtual function from the first virtual function exposed by this physical function.
typedef struct _SRIOV_MITIGATED_RANGE_COUNT_INPUT {
USHORT VfIndex;
} SRIOV_MITIGATED_RANGE_COUNT_INPUT, SRIOV_MITIGATED_RANGE_COUNT_INPUT;
IOCTL_SRIOV_QUERY_MITIGATED_RANGE_COUNT