DXGKDDI_RENDERGDI callback function (d3dkmddi.h)

DxgkDdiRenderGdi is used when submitting Windows Graphics Device Interface (GDI) commands for contexts that support virtual addressing.

Syntax

DXGKDDI_RENDERGDI DxgkddiRendergdi;

NTSTATUS DxgkddiRendergdi(
  IN_CONST_HANDLE hContext,
  INOUT_PDXGKARG_RENDERGDI pRenderGdi
)
{...}

Parameters

hContext

A handle to a context block that is associated with a display adapter.

pRenderGdi

A pointer to a DXGKARG_RENDERGDI structure that describes operation.

Return value

Value Description
STATUS_SUCCESS The submitted command is well-formed.
(other) All other return values will lead to the OS bugcheck.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Target Platform Desktop
Header d3dkmddi.h

See also

DXGKARG_RENDERGDI