// d3dkmdt.h
typedef enum _DXGKARG_FENCESTORAGEVALUETYPE {
D3DKARG_FENCESTORAGETYPE_CURRENTVALUE,
D3DKARG_FENCESTORAGETYPE_MONITOREDVALUE
} DXGKARG_FENCESTORAGEVALUETYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARG_FENCESTORAGEVALUETYPE enumeration specifies the type of fence value.
D3DKARG_FENCESTORAGETYPE_CURRENTVALUEThe fence value is the current value.
D3DKARG_FENCESTORAGETYPE_MONITOREDVALUEThe fence value is the monitored value.
D3DKMDT_FENCESTORAGESURFACEDATA