PFND3D11_1DDI_DESTROYAUTHENTICATEDCHANNEL - NtDoc

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

PFND3D11_1DDI_DESTROYAUTHENTICATEDCHANNEL Pfnd3d111DdiDestroyauthenticatedchannel;

VOID Pfnd3d111DdiDestroyauthenticatedchannel(
  D3D10DDI_HDEVICE hDevice,
  D3D11_1DDI_HAUTHCHANNEL hAuthChannel
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D11_1DDI_DESTROYAUTHENTICATEDCHANNEL callback function

Description

Releases resources for the authenticated channel that were created through a call to the CreateAuthenticatedChannel(D3D11_1) function.

Parameters

hDevice

A handle to the display device (graphics context).

hAuthChannel

A 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).

See also

CreateAuthenticatedChannel(D3D11_1)