Skip to content

Latest commit

 

History

History
79 lines (61 loc) · 1.55 KB

nc-d3dkmthk-pfnd3dkmt_setallocationpriority.md

File metadata and controls

79 lines (61 loc) · 1.55 KB
UID title description ms.date keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos ms.custom tech.root f1_keywords topic_type api_type api_location api_name dev_langs
NC:d3dkmthk.PFND3DKMT_SETALLOCATIONPRIORITY
PFND3DKMT_SETALLOCATIONPRIORITY (d3dkmthk.h)
The PFND3DKMT_SETALLOCATIONPRIORITY callback function sets the priority level of a resource or list of allocations.
10/19/2018
PFND3DKMT_SETALLOCATIONPRIORITY callback function
d3dkmthk.h
Windows
RS5
display
PFND3DKMT_SETALLOCATIONPRIORITY
d3dkmthk/PFND3DKMT_SETALLOCATIONPRIORITY
apiref
UserDefined
d3dkmthk.h
PFND3DKMT_SETALLOCATIONPRIORITY
c++

PFND3DKMT_SETALLOCATIONPRIORITY callback function

-description

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

-parameters

-param unnamedParam1

Pointer to a D3DKMT_SETALLOCATIONPRIORITY structure.

-returns

Returns NTSTATUS.

-prototype

//Declaration

PFND3DKMT_SETALLOCATIONPRIORITY Pfnd3dkmtSetallocationpriority; 

// Definition

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

-remarks

-see-also