Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |