Skip to content

Latest commit

 

History

History
79 lines (61 loc) · 1.45 KB

nc-d3dkmthk-pfnd3dkmt_queryhybridlistvalue.md

File metadata and controls

79 lines (61 loc) · 1.45 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_QUERYHYBRIDLISTVALUE
PFND3DKMT_QUERYHYBRIDLISTVALUE (d3dkmthk.h)
The PFND3DKMT_QUERYHYBRIDLISTVALUE callback function queries for the hybrid list value.
10/19/2018
PFND3DKMT_QUERYHYBRIDLISTVALUE callback function
d3dkmthk.h
Windows
RS5
display
PFND3DKMT_QUERYHYBRIDLISTVALUE
d3dkmthk/PFND3DKMT_QUERYHYBRIDLISTVALUE
apiref
UserDefined
d3dkmthk.h
PFND3DKMT_QUERYHYBRIDLISTVALUE
c++

PFND3DKMT_QUERYHYBRIDLISTVALUE callback function

-description

The PFND3DKMT_QUERYHYBRIDLISTVALUE callback function queries for the hybrid list value.

-parameters

-param unnamedParam1

Pointer to a D3DKMT_HYBRID_LIST structure.

-returns

Returns NTSTATUS.

-prototype

//Declaration

PFND3DKMT_QUERYHYBRIDLISTVALUE Pfnd3dkmtQueryhybridlistvalue; 

// Definition

NTSTATUS Pfnd3dkmtQueryhybridlistvalue 
(
	D3DKMT_HYBRID_LIST *
)
{...}

-remarks

-see-also