D3DDDIARG_DESTROYAUTHENTICATEDCHANNEL - NtDoc

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

typedef struct _D3DDDIARG_DESTROYAUTHENICATEDCHANNEL {
  [in] HANDLE hChannel;
} D3DDDIARG_DESTROYAUTHENTICATEDCHANNEL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddiarg_destroyauthenicatedchannel)

_D3DDDIARG_DESTROYAUTHENICATEDCHANNEL structure

Description

The D3DDDIARG_DESTROYAUTHENTICATEDCHANNEL structure contains the handle to an authenticated channel that is destroyed in a call to the DestroyAuthenticatedChannel function.

Members

hChannel [in]

The handle to the authenticated channel that the driver destroys.

See also

DestroyAuthenticatedChannel