// pcivirt.h
typedef struct _SRIOV_MITIGATED_RANGE_UPDATE_OUTPUT {
USHORT VfIndex;
} SRIOV_MITIGATED_RANGE_UPDATE_OUTPUT, SRIOV_MITIGATED_RANGE_UPDATE_OUTPUT;
View the official Windows Driver Kit DDI referenceNo description available.
This structures is the output buffer received by the IOCTL_SRIOV_MITIGATED_RANGE_UPDATE request that indicates the virtual function (VF) whose memory-mapped I/O space was mitigated.
VfIndexZero-based index of the virtual function from the first virtual function exposed by this physical function.
typedef struct _SRIOV_MITIGATED_RANGE_UPDATE_OUTPUT {
USHORT VfIndex;
} SRIOV_MITIGATED_RANGE_UPDATE_OUTPUT, SRIOV_MITIGATED_RANGE_UPDATE_OUTPUT;