PFND3D11_1DDI_CALCPRIVATEAUTHENTICATEDCHANNELSIZE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

PFND3D11_1DDI_CALCPRIVATEAUTHENTICATEDCHANNELSIZE Pfnd3d111DdiCalcprivateauthenticatedchannelsize;

SIZE_T Pfnd3d111DdiCalcprivateauthenticatedchannelsize(
  [in] D3D10DDI_HDEVICE hDevice,
  [in] const D3D11_1DDIARG_CREATEAUTHENTICATEDCHANNEL *pCreateData
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d10umddi-pfnd3d11_1ddi_calcprivateauthenticatedchannelsize)

PFND3D11_1DDI_CALCPRIVATEAUTHENTICATEDCHANNELSIZE callback function

Description

Returns the number of bytes that the driver requires to store private data for the authenticated channel state.

Parameters

hDevice [in]

A handle to the display device (graphics context).

pCreateData [in]

A pointer to a D3D11_1DDIARG_CREATEAUTHENTICATEDCHANNEL structure that describes the authenticated channel.

Return value

The required number of bytes for the authenticated channel state.

Remarks

This function is not expected to fail.

See also

D3D11_1DDIARG_CREATEAUTHENTICATEDCHANNEL