PFND3DKMT_SETQUEUEDLIMIT callback function (d3dkmthk.h)
The PFND3DKMT_SETQUEUEDLIMIT callback function sets or retrieves the limit for the number of operations of the given type that can be queued for the given device.
Syntax
PFND3DKMT_SETQUEUEDLIMIT Pfnd3dkmtSetqueuedlimit;
NTSTATUS Pfnd3dkmtSetqueuedlimit(
const D3DKMT_SETQUEUEDLIMIT *unnamedParam1
)
{...}
Parameters
unnamedParam1
Pointer to a D3DKMT_SETQUEUEDLIMIT structure.
Return value
Returns NTSTATUS.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |