// pcivirt.h
typedef struct _SRIOV_INVALIDATE_BLOCK {
USHORT VfIndex;
UINT64 BlockMask;
} SRIOV_INVALIDATE_BLOCK, SRIOV_INVALIDATE_BLOCK;
View the official Windows Driver Kit DDI referenceNo description available.
Contains the configuration block information. This structure is used in a IOCTL_SRIOV_INVALIDATE_BLOCK request.
VfIndexZero-based index of the virtual function (VF) from the first VF exposed by this physical function (PF).
BlockMaska block of configuration data.
typedef struct _SRIOV_INVALIDATE_BLOCK {
USHORT VfIndex;
UINT64 BlockMask;
} SRIOV_INVALIDATE_BLOCK, SRIOV_INVALIDATE_BLOCK;