Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Contains input data for a D3DAUTHENTICATEDCONFIGURE_CRYPTOSESSION command.
To send this query, call IDirect3DAuthenticatedChannel9::Configure.
Syntax
typedef struct _D3DAUTHENTICATEDCHANNEL_CONFIGURECRYPTOSESSION {
D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT Parameters;
HANDLE DXVA2DecodeHandle;
HANDLE CryptoSessionHandle;
HANDLE DeviceHandle;
} D3DAUTHENTICATEDCHANNEL_CONFIGURECRYPTOSESSION;
Members
-
Parameters
-
A D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT structure that contains the command GUID and other data.
-
DXVA2DecodeHandle
-
A handle to the DirectX Video Acceleration 2 (DXVA-2) decoder device.
-
CryptoSessionHandle
-
A handle to the cryptographic session.
-
DeviceHandle
-
A handle to the Direct3D device.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 7 [desktop apps only] |
| Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
| Header |
|
See also