DXGKDDI_RESETVIRTUALFUNCTION callback function (dispmprt.h)

This routine allows the virtualized I/O management software running in the privileged virtual machine to reset a specific virtual function.

Syntax

DXGKDDI_RESETVIRTUALFUNCTION DxgkddiResetvirtualfunction;

NTSTATUS DxgkddiResetvirtualfunction(
  [in]      HANDLE Context,
  [in, out] DXGKARG_RESETVIRTUALFUNCTION *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 a DXGKARG_RESETVIRTUALFUNCTION structure.

Return value

Return STATUS_SUCCESS if the operation succeeds.

Requirements

Requirement Value
Header dispmprt.h