DXGKDDI_SUSPENDVIRTUALGPU callback function (dispmprt.h)

Note

Virtual GPU suspend/resume is not supported. This callback function is never used.

This function suspends execution of all engines and operation of the given virtual GPU. The video memory must not be touched after this point.

Syntax

DXGKDDI_SUSPENDVIRTUALGPU DxgkddiSuspendvirtualgpu;

NTSTATUS DxgkddiSuspendvirtualgpu(
  [in] HANDLE Context,
  [in] DXGKARG_SUSPENDVIRTUALGPU *pArgs
)
{...}

Parameters

[in] Context

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

[in] pArgs

A pointer to a DXGKARG_SUSPENDVIRTUALGPU structure.

Return value

Return STATUS_SUCCESS if the operation succeeds.

Requirements

Requirement Value
Header dispmprt.h