SRIOV_PF_EVENT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// pcivirt.h

typedef enum _SRIOV_PF_EVENT {
  SriovEventPfQueryStopDevice,
  SriovEventPfRestart,
  SriovEventPfMaximum
} SRIOV_PF_EVENT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-pcivirt-_sriov_pf_event)

_SRIOV_PF_EVENT enumeration

Description

Defines event values for the SR-IOV device.

Constants

SriovEventPfQueryStopDevice

The SR-IOV device is stopped.

SriovEventPfRestart

The SR-IOV device is restarted

SriovEventPfMaximum

Reserved.

Syntax

typedef enum _SRIOV_PF_EVENT {
  SriovEventPfQueryStopDevice,
  SriovEventPfRestart,
  SriovEventPfMaximum
} SRIOV_PF_EVENT;

See also

IOCTL_SRIOV_EVENT_COMPLETE

IOCTL_SRIOV_NOTIFICATION