// d3dkmddi.h
typedef struct _DXGKARG_UPDATEMONITOREDVALUES_FLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} DXGKARG_UPDATEMONITOREDVALUES_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
DXGKARG_UPDATEMONITOREDVALUES_FLAGS specifies flags to use when updating monitored values for a native GPU fence.
ReservedReserved for system use.
ValueAn alternative way to access the structure members.
For more information about native GPU fences, see Native GPU fence objects.