DXGKDDI_RENDERGDI - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

DXGKDDI_RENDERGDI DxgkddiRendergdi;

NTSTATUS DxgkddiRendergdi(
  IN_CONST_HANDLE hContext,
  INOUT_PDXGKARG_RENDERGDI pRenderGdi
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmddi-dxgkddi_rendergdi)

DXGKDDI_RENDERGDI callback function

Description

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

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.

See also

DXGKARG_RENDERGDI