PFND3DKMT_GETALLOCATIONPRIORITY - NtDoc

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

PFND3DKMT_GETALLOCATIONPRIORITY Pfnd3dkmtGetallocationpriority;

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

NtDoc

No description available.

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

PFND3DKMT_GETALLOCATIONPRIORITY callback function

Description

The Pfnd3dkmtGetallocationpriority callback function gets allocation priority.

Parameters

unnamedParam1

Pointer to a D3DKMT_GETALLOCATIONPRIORITY structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_GETALLOCATIONPRIORITY Pfnd3dkmtGetallocationpriority;

// Definition

NTSTATUS Pfnd3dkmtGetallocationpriority
(
    const D3DKMT_GETALLOCATIONPRIORITY *
)
{...}

Remarks

See also