Skip to content

Latest commit

 

History

History
73 lines (56 loc) · 2.39 KB

nc-d3d10umddi-pfnd3d11_1ddi_calcprivatecryptosessionsize.md

File metadata and controls

73 lines (56 loc) · 2.39 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.PFND3D11_1DDI_CALCPRIVATECRYPTOSESSIONSIZE
PFND3D11_1DDI_CALCPRIVATECRYPTOSESSIONSIZE (d3d10umddi.h)
Returns the number of bytes that the driver requires to store private data for the cryptographic session state.
display\calcprivatecryptosessionsize.htm
05/10/2018
PFND3D11_1DDI_CALCPRIVATECRYPTOSESSIONSIZE callback function
CalcPrivateCryptoSessionSize, CalcPrivateCryptoSessionSize callback function [Display Devices], PFND3D11_1DDI_CALCPRIVATECRYPTOSESSIONSIZE, PFND3D11_1DDI_CALCPRIVATECRYPTOSESSIONSIZE callback, d3d10umddi/CalcPrivateCryptoSessionSize, display.calcprivatecryptosessionsize
d3d10umddi.h
D3d10umddi.h
Desktop
Windows 8
Windows Server 2012
Windows
display
PFND3D11_1DDI_CALCPRIVATECRYPTOSESSIONSIZE
d3d10umddi/PFND3D11_1DDI_CALCPRIVATECRYPTOSESSIONSIZE
APIRef
kbSyntax
UserDefined
D3d10umddi.h
PFND3D11_1DDI_CALCPRIVATECRYPTOSESSIONSIZE

PFND3D11_1DDI_CALCPRIVATECRYPTOSESSIONSIZE callback function

-description

Returns the number of bytes that the driver requires to store private data for the cryptographic session state.

-parameters

-param hDevice

A handle to the display device (graphics context).

-param pCreateData

A pointer to a D3D11_1DDIARG_CREATECRYPTOSESSION structure that describes the cryptographic session.

-returns

The required number of bytes for the cryptographic session state.

-remarks

The runtime will validate the members of the D3D11_1DDIARG_CREATECRYPTOSESSION structure before it calls this function.

This function is not expected to fail.

-see-also

D3D11_1DDIARG_CREATECRYPTOSESSION