DXGKDDI_GETVENDORANDDEVICE callback function (dispmprt.h)

This routine supplies the Vendor and Device IDs for a PCI Express SR-IOV Virtual Function (VF) to be used as the basis for the more generic Plug and Play IDs for the VF. These can’t be read directly from the VF’s configuration space.

Syntax

DXGKDDI_GETVENDORANDDEVICE DxgkddiGetvendoranddevice;

void DxgkddiGetvendoranddevice(
  [in]      HANDLE Context,
  [in, out] DXGKARG_GETVENDORANDDEVICE *pArgs
)
{...}

Parameters

[in] Context

The miniport context that is returned by the driver in the DXGKDDI_SRIOV_INTERFACE structure.

[in, out] pArgs

A pointer to the DXGKARG_GETVENDORANDDEVICE structure.

Return value

None

Requirements

Requirement Value
Header dispmprt.h