SRIOV_INVALIDATE_BLOCK structure (pcivirt.h)

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

See also

IOCTL_SRIOV_INVALIDATE_BLOCK