// d3d10umddi.h
PFND3D11_1DDI_DESTROYAUTHENTICATEDCHANNEL Pfnd3d111DdiDestroyauthenticatedchannel;
VOID Pfnd3d111DdiDestroyauthenticatedchannel(
D3D10DDI_HDEVICE hDevice,
D3D11_1DDI_HAUTHCHANNEL hAuthChannel
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Releases resources for the authenticated channel that were created through a call to the CreateAuthenticatedChannel(D3D11_1) function.
hDeviceA handle to the display device (graphics context).
hAuthChannelA handle to the driver's private data for the authenticated channel. This handle was created by the Direct3D runtime and passed to the driver in the call to CreateAuthenticatedChannel(D3D11_1).
CreateAuthenticatedChannel(D3D11_1)