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 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 |