DXGKDDI_UPDATEHWCONTEXTSTATE callback function (d3dkmddi.h)
Used to update the hardware context state.
Syntax
DXGKDDI_UPDATEHWCONTEXTSTATE DxgkddiUpdatehwcontextstate;
NTSTATUS DxgkddiUpdatehwcontextstate(
IN_CONST_HANDLE hAdapter,
IN_CONST_PDXGKARG_UPDATEHWCONTEXTSTATE pUpdateHwContextState
)
{...}
Parameters
hAdapter
A handle to the generated adapter.
pUpdateHwContextState
A pointer used by the function to update the hardware context state.
Return value
Returns STATUS_SUCCESS if completed successfully.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3dkmddi.h |
IRQL | requires_(PASSIVE_LEVEL) |