Compartilhar via


estrutura D3DAUTHENTICATEDCHANNEL_CONFIGUREUNCOMPRESSEDENCRYPTION

Contém dados de entrada para o comando D3DAUTHENTICATEDCONFIGURE_ENCRYPTIONWHENACCESSIBLE .

Para enviar essa consulta, chame IDirect3DAuthenticatedChannel9::Configure.

Sintaxe

typedef struct _D3DAUTHENTICATEDCHANNEL_CONFIGUREUNCOMPRESSEDENCRYPTION {
  D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT Parameters;
  GUID                                    EncryptionGuid;
} D3DAUTHENTICATEDCHANNEL_CONFIGUREUNCOMPRESSEDENCRYPTION;

Membros

Parâmetros

Uma estrutura D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT que contém o GUID de comando e outros dados.

EncryptionGuid

Um GUID que especifica o tipo de criptografia a ser aplicado.

Requisitos

Requisito Valor
Cliente mínimo com suporte
Windows 7 [somente aplicativos da área de trabalho]
Servidor mínimo com suporte
Windows Server 2008 R2 [somente aplicativos da área de trabalho]
Cabeçalho
D3d9types.h

Confira também

Estruturas de vídeo direct3D

IDirect3DAuthenticatedChannel9::Configure