D3D11_1DDI_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION structure (d3d10umddi.h)
Contains input data for a call to the ConfigureAuthenticatedChannel(D3D11_1) function when D3D11_1DDI_AUTHENTICATED_CONFIGURE_INPUT.ConfigureType has a GUID value of D3D11_1DDI_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION.
Syntax
typedef struct D3D11_1DDI_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION {
D3D11_1DDI_AUTHENTICATED_CONFIGURE_INPUT Parameters;
HANDLE DecodeHandle;
HANDLE CryptoSessionHandle;
HANDLE DeviceHandle;
} D3D11_1DDI_AUTHENTICATED_CONFIGURE_CRYPTO_SESSION;
Members
Parameters
A D3D11_1DDI_AUTHENTICATED_CONFIGURE_INPUT structure that contains the command GUID and other data.
DecodeHandle
A handle to the decoder device.
CryptoSessionHandle
A handle to the cryptographic session.
DeviceHandle
A handle to the Direct3D device.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | d3d10umddi.h (include D3d10umddi.h) |