// d3dkmthk.h
typedef enum _D3DKMT_QUEUEDLIMIT_TYPE {
D3DKMT_SET_QUEUEDLIMIT_PRESENT,
D3DKMT_GET_QUEUEDLIMIT_PRESENT
} D3DKMT_QUEUEDLIMIT_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_QUEUEDLIMIT_TYPE enumeration type contains values that indicate the type of operations to set or retrieve the queued limit for in a call to the D3DKMTSetQueuedLimit function.
D3DKMT_SET_QUEUEDLIMIT_PRESENTIndicates to set the limit for the number of present operations that can be queued.
D3DKMT_GET_QUEUEDLIMIT_PRESENTIndicates to retrieve the limit for the number of present operations that can be queued.