D3DKMT_QUEUEDLIMIT_TYPE enumeration (d3dkmthk.h)

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.

Syntax

typedef enum _D3DKMT_QUEUEDLIMIT_TYPE {
  D3DKMT_SET_QUEUEDLIMIT_PRESENT,
  D3DKMT_GET_QUEUEDLIMIT_PRESENT
} D3DKMT_QUEUEDLIMIT_TYPE;

Constants

 
D3DKMT_SET_QUEUEDLIMIT_PRESENT
Indicates to set the limit for the number of present operations that can be queued.
D3DKMT_GET_QUEUEDLIMIT_PRESENT
Indicates to retrieve the limit for the number of present operations that can be queued.

Requirements

Requirement Value
Minimum supported client Windows Vista
Header d3dkmthk.h (include D3dkmthk.h)

See also

D3DKMTSetQueuedLimit

D3DKMT_SETQUEUEDLIMIT