D3DDDIARG_DESTROYAUTHENTICATEDCHANNEL structure (d3dumddi.h)
The D3DDDIARG_DESTROYAUTHENTICATEDCHANNEL structure contains the handle to an authenticated channel that is destroyed in a call to the DestroyAuthenticatedChannel function.
Syntax
typedef struct _D3DDDIARG_DESTROYAUTHENICATEDCHANNEL {
[in] HANDLE hChannel;
} D3DDDIARG_DESTROYAUTHENTICATEDCHANNEL;
Members
[in] hChannel
The handle to the authenticated channel that the driver destroys.
Requirements
Requirement | Value |
---|---|
Minimum supported client | D3DDDIARG_DESTROYAUTHENTICATEDCHANNEL is supported beginning with the Windows 7 operating system. |
Header | d3dumddi.h (include D3dumddi.h) |