DXGKARG_UPDATEHWCONTEXTSTATE - NtDoc

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

typedef struct _DXGKARG_UPDATEHWCONTEXTSTATE {
  HANDLE                          hHwContext;
  UINT64                          ContextSwitchFence;
  UINT                            Priority;
  DXGK_UPDATEHWCONTEXTSTATE_FLAGS Flags;
} DXGKARG_UPDATEHWCONTEXTSTATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkarg_updatehwcontextstate)

_DXGKARG_UPDATEHWCONTEXTSTATE structure

Description

Used to update the context state.

Members

hHwContext

The hardware context whose priority or execution state is being changed.

ContextSwitchFence

Context switch fence value associated with this state change request.

Priority

Execution priority of this context relative to other running contexts on this node.

Flags

Context execution state flags.