Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the configuration block information. This structure is used in a IOCTL_SRIOV_INVALIDATE_BLOCK request.
Syntax
typedef struct _SRIOV_INVALIDATE_BLOCK {
USHORT VfIndex;
UINT64 BlockMask;
} SRIOV_INVALIDATE_BLOCK, SRIOV_INVALIDATE_BLOCK;
Members
VfIndex
Zero-based index of the virtual function (VF) from the first VF exposed by this physical function (PF).
BlockMask
a block of configuration data.
Requirements
| Requirement | Value |
|---|---|
| Header | pcivirt.h |