Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |