// pcivirt.h
typedef struct _SRIOV_MITIGATED_RANGES_INPUT {
USHORT VfIndex;
UCHAR BarNumber;
} SRIOV_MITIGATED_RANGES_INPUT, SRIOV_MITIGATED_RANGES_INPUT;
View the official Windows Driver Kit DDI referenceNo description available.
This structure is the input buffer in the IOCTL_SRIOV_QUERY_MITIGATED_RANGES request to get the specific ranges on which intercepts must be placed.
VfIndexZero-based index of the virtual function from the first virtual function exposed by this physical function.
BarNumberThe number of BAR of the ranges of memory-mapped I/O space.
typedef struct _SRIOV_MITIGATED_RANGES_INPUT {
USHORT VfIndex;
UCHAR BarNumber;
} SRIOV_MITIGATED_RANGES_INPUT, SRIOV_MITIGATED_RANGES_INPUT;