// d3dkmddi.h
DXGKDDI_RENDERGDI DxgkddiRendergdi;
NTSTATUS DxgkddiRendergdi(
IN_CONST_HANDLE hContext,
INOUT_PDXGKARG_RENDERGDI pRenderGdi
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
DxgkDdiRenderGdi is used when submitting Windows Graphics Device Interface (GDI) commands for contexts that support virtual addressing.
hContextA handle to a context block that is associated with a display adapter.
pRenderGdiA pointer to a DXGKARG_RENDERGDI structure that describes operation.
| Value | Description |
|---|---|
| STATUS_SUCCESS | The submitted command is well-formed. |
| (other) | All other return values will lead to the OS bugcheck. |