// 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 referenceNo description available.
Returns the number of bytes that the driver requires to store private data for the authenticated channel state.
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.
The required number of bytes for the authenticated channel state.
This function is not expected to fail.
D3D11_1DDIARG_CREATEAUTHENTICATEDCHANNEL