DXGKDDI_UPDATEHWCONTEXTSTATE - NtDoc

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

DXGKDDI_UPDATEHWCONTEXTSTATE DxgkddiUpdatehwcontextstate;

NTSTATUS DxgkddiUpdatehwcontextstate(
  IN_CONST_HANDLE hAdapter,
  IN_CONST_PDXGKARG_UPDATEHWCONTEXTSTATE pUpdateHwContextState
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

DXGKDDI_UPDATEHWCONTEXTSTATE callback function

Description

Used to update the hardware context state.

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.