PFND3DKMT_SETQUEUEDLIMIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

PFND3DKMT_SETQUEUEDLIMIT Pfnd3dkmtSetqueuedlimit;

NTSTATUS Pfnd3dkmtSetqueuedlimit(
  const D3DKMT_SETQUEUEDLIMIT *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmthk-pfnd3dkmt_setqueuedlimit)

PFND3DKMT_SETQUEUEDLIMIT callback function

Description

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.

Parameters

unnamedParam1

Pointer to a D3DKMT_SETQUEUEDLIMIT structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_SETQUEUEDLIMIT Pfnd3dkmtSetqueuedlimit;

// Definition

NTSTATUS Pfnd3dkmtSetqueuedlimit
(
    const D3DKMT_SETQUEUEDLIMIT *
)
{...}

Remarks

See also