// d3dkmddi.h
DXGKDDI_UPDATEHWCONTEXTSTATE DxgkddiUpdatehwcontextstate;
NTSTATUS DxgkddiUpdatehwcontextstate(
IN_CONST_HANDLE hAdapter,
IN_CONST_PDXGKARG_UPDATEHWCONTEXTSTATE pUpdateHwContextState
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Used to update the hardware context state.
hAdapterA handle to the generated adapter.
pUpdateHwContextStateA pointer used by the function to update the hardware context state.
Returns STATUS_SUCCESS if completed successfully.