SRIOV_PNP_EVENT_COMPLETE structure (pcivirt.h)

Stores the status for an event that the SR-IOV Physical Function (PF) driver should set for Plug and Play even completion. This structure is used in the input buffer of the IOCTL_SRIOV_EVENT_COMPLETE request.

Syntax

typedef struct _SRIOV_PNP_EVENT_COMPLETE {
  NTSTATUS  QueryStatus;
} SRIOV_PNP_EVENT_COMPLETE, SRIOV_PNP_EVENT_COMPLETE;

Members

QueryStatus

Indicates the status to be returned in the PnP query IRP that is currently pended in the PF driver.

Requirements

Requirement Value
Header pcivirt.h

See also

IOCTL_SRIOV_EVENT_COMPLETE