DXGKARG_UPDATEMONITOREDVALUES_FLAGS structure (d3dkmddi.h)

DXGKARG_UPDATEMONITOREDVALUES_FLAGS specifies flags to use when updating monitored values for a native GPU fence.

Syntax

typedef struct _DXGKARG_UPDATEMONITOREDVALUES_FLAGS {
  union {
    struct {
      UINT Reserved : 32;
    };
    UINT Value;
  };
} DXGKARG_UPDATEMONITOREDVALUES_FLAGS;

Members

Reserved

Reserved for system use.

Value

An alternative way to access the structure members.

Remarks

For more information about native GPU fences, see Native GPU fence objects.

Requirements

Requirement Value
Minimum supported client Windows 11, version 24H2
Header d3dkmddi.h

See also

DXGKARG_UPDATEMONITOREDVALUES

DxgkDdiUpdateMonitoredValues