D3DKMT_QUEUEDLIMIT_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmthk-_d3dkmt_queuedlimit_type)

_D3DKMT_QUEUEDLIMIT_TYPE enumeration

Description

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.

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.

See also

D3DKMTSetQueuedLimit

D3DKMT_SETQUEUEDLIMIT