Skip to content

Latest commit

 

History

History
75 lines (56 loc) · 2.68 KB

nc-d3d10umddi-pfnd3d10ddi_calcprivateelementlayoutsize.md

File metadata and controls

75 lines (56 loc) · 2.68 KB
UID title description old-location 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 tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NC:d3d10umddi.PFND3D10DDI_CALCPRIVATEELEMENTLAYOUTSIZE
PFND3D10DDI_CALCPRIVATEELEMENTLAYOUTSIZE (d3d10umddi.h)
PFND3D10DDI_CALCPRIVATEELEMENTLAYOUTSIZE determines the size of the private memory region used by the user-mode display driver for an element layout.
display\calcprivateelementlayoutsize.htm
05/10/2018
PFND3D10DDI_CALCPRIVATEELEMENTLAYOUTSIZE callback function
CalcPrivateElementLayoutSize, CalcPrivateElementLayoutSize callback function [Display Devices], PFND3D10DDI_CALCPRIVATEELEMENTLAYOUTSIZE, PFND3D10DDI_CALCPRIVATEELEMENTLAYOUTSIZE callback, UserModeDisplayDriverDx10_Functions_7c153781-eabd-4f5e-b949-0ac5c9e0d94b.xml, d3d10umddi/CalcPrivateElementLayoutSize, display.calcprivateelementlayoutsize
d3d10umddi.h
D3d10umddi.h
Desktop
Available in Windows Vista and later versions of the Windows operating systems.
Windows
display
PFND3D10DDI_CALCPRIVATEELEMENTLAYOUTSIZE
d3d10umddi/PFND3D10DDI_CALCPRIVATEELEMENTLAYOUTSIZE
APIRef
kbSyntax
UserDefined
d3d10umddi.h
PFND3D10DDI_CALCPRIVATEELEMENTLAYOUTSIZE

PFND3D10DDI_CALCPRIVATEELEMENTLAYOUTSIZE callback function

-description

The CalcPrivateElementLayoutSize function determines the size of the user-mode display driver's private region of memory (that is, the size of internal driver structures, not the size of the resource video memory) for an element layout.

-parameters

-param unnamedParam1

hDevice [in]

A handle to the display device (graphics context).

-param unnamedParam2

pCreateElementLayout [in]

A pointer to a D3D10DDIARG_CREATEELEMENTLAYOUT structure that describes the parameters that the user-mode display driver uses to calculate the size of the memory region.

-returns

CalcPrivateElementLayoutSize returns the size of the memory region that the driver requires for creating an element layout.

-see-also

D3D10DDIARG_CREATEELEMENTLAYOUT

D3D10DDI_DEVICEFUNCS