Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 2.42 KB

nc-d3d10umddi-pfnd3d10ddi_calcprivatedevicesize.md

File metadata and controls

71 lines (55 loc) · 2.42 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_CALCPRIVATEDEVICESIZE
PFND3D10DDI_CALCPRIVATEDEVICESIZE (d3d10umddi.h)
PFND3D10DDI_CALCPRIVATEDEVICESIZE determines the size of the private memory region used by the user-mode display driver to store frequently-accessed data.
display\calcprivatedevicesize.htm
05/10/2018
PFND3D10DDI_CALCPRIVATEDEVICESIZE callback function
CalcPrivateDeviceSize, CalcPrivateDeviceSize callback function [Display Devices], PFND3D10DDI_CALCPRIVATEDEVICESIZE, PFND3D10DDI_CALCPRIVATEDEVICESIZE callback, UserModeDisplayDriverDx10_Functions_0de51abc-5fe3-4d65-bd0a-cc4f32f08d81.xml, d3d10umddi/CalcPrivateDeviceSize, display.calcprivatedevicesize
d3d10umddi.h
D3d10umddi.h
Desktop
Available in Windows Vista and later versions of the Windows operating systems.
Windows
display
PFND3D10DDI_CALCPRIVATEDEVICESIZE
d3d10umddi/PFND3D10DDI_CALCPRIVATEDEVICESIZE
APIRef
kbSyntax
UserDefined
d3d10umddi.h
PFND3D10DDI_CALCPRIVATEDEVICESIZE

PFND3D10DDI_CALCPRIVATEDEVICESIZE callback function

-description

The CalcPrivateDeviceSize function determines the size of a memory region that the user-mode display driver requires from the Microsoft Direct3D runtime to store frequently-accessed data.

-parameters

-param unnamedParam1

hAdapter [in]

A handle that identifies the graphics adapter.

-param unnamedParam2

pData [in]

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

-returns

CalcPrivateDeviceSize returns the size of the memory region that the driver requires to store frequently-accessed data.

-see-also

D3D10DDIARG_CALCPRIVATEDEVICESIZE