PFND3DKMT_SETALLOCATIONPRIORITY - NtDoc

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

PFND3DKMT_SETALLOCATIONPRIORITY Pfnd3dkmtSetallocationpriority;

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

NtDoc

No description available.

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

PFND3DKMT_SETALLOCATIONPRIORITY callback function

Description

The PFND3DKMT_SETALLOCATIONPRIORITY callback function sets the priority level of a resource or list of allocations.

Parameters

unnamedParam1

Pointer to a D3DKMT_SETALLOCATIONPRIORITY structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_SETALLOCATIONPRIORITY Pfnd3dkmtSetallocationpriority;

// Definition

NTSTATUS Pfnd3dkmtSetallocationpriority
(
    const D3DKMT_SETALLOCATIONPRIORITY *
)
{...}

Remarks

See also