// d3dkmthk.h
PFND3DKMT_SETQUEUEDLIMIT Pfnd3dkmtSetqueuedlimit;
NTSTATUS Pfnd3dkmtSetqueuedlimit(
const D3DKMT_SETQUEUEDLIMIT *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
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.
unnamedParam1Pointer to a D3DKMT_SETQUEUEDLIMIT structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_SETQUEUEDLIMIT Pfnd3dkmtSetqueuedlimit;
// Definition
NTSTATUS Pfnd3dkmtSetqueuedlimit
(
const D3DKMT_SETQUEUEDLIMIT *
)
{...}