SRIOV_MITIGATED_RANGE_UPDATE_OUTPUT structure (pcivirt.h)
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.
Syntax
typedef struct _SRIOV_MITIGATED_RANGE_UPDATE_OUTPUT {
USHORT VfIndex;
} SRIOV_MITIGATED_RANGE_UPDATE_OUTPUT, SRIOV_MITIGATED_RANGE_UPDATE_OUTPUT;
Members
VfIndex
Zero-based index of the virtual function from the first virtual function exposed by this physical function.
Requirements
Requirement | Value |
---|---|
Header | pcivirt.h |