Skip to content

Latest commit

 

History

History
73 lines (55 loc) · 2.34 KB

nc-d3dumddi-pfnd3dddi_validatedevice.md

File metadata and controls

73 lines (55 loc) · 2.34 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NC:d3dumddi.PFND3DDDI_VALIDATEDEVICE
PFND3DDDI_VALIDATEDEVICE (d3dumddi.h)
The ValidateDevice function returns the number of passes in which the hardware can perform the blending operations that are specified in the current state.
display\validatedevice.htm
display
05/10/2018
PFND3DDDI_VALIDATEDEVICE callback function
PFND3DDDI_VALIDATEDEVICE, PFND3DDDI_VALIDATEDEVICE callback, UserModeDisplayDriver_Functions_37e253ca-1d0f-4896-aaad-4c36053877c5.xml, ValidateDevice, ValidateDevice callback function [Display Devices], d3dumddi/ValidateDevice, display.validatedevice
d3dumddi.h
D3dumddi.h
Desktop
Available in Windows Vista and later versions of the Windows operating systems.
Windows
PFND3DDDI_VALIDATEDEVICE
d3dumddi/PFND3DDDI_VALIDATEDEVICE
APIRef
kbSyntax
UserDefined
d3dumddi.h
PFND3DDDI_VALIDATEDEVICE

PFND3DDDI_VALIDATEDEVICE callback function

-description

The ValidateDevice function returns the number of passes in which the hardware can perform the blending operations that are specified in the current state.

-parameters

-param hDevice

A handle to the display device (graphics context).

-param unnamedParam2

pData [in, out]

A pointer to a D3DDDIARG_VALIDATETEXTURESTAGESTATE structure that receives the number of passes in which the hardware can perform the blending operations.

-returns

ValidateDevice returns S_OK or an appropriate error result if the number of necessary hardware passes is not successfully received.

-see-also

D3DDDIARG_VALIDATETEXTURESTAGESTATE

D3DDDI_DEVICEFUNCS