estructura de D3DAUTHENTICATEDCHANNEL_CONFIGUREPROTECTION
Contiene datos de entrada para un comando D3DAUTHENTICATEDCONFIGURE_PROTECTION .
Para enviar esta consulta, llame a IDirect3DAuthenticatedChannel9::Configure.
Sintaxis
typedef struct _D3DAUTHENTICATEDCHANNEL_CONFIGUREPROTECTION {
D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT Parameters;
D3DAUTHENTICATEDCHANNEL_PROTECTION_FLAGS Protections;
} D3DAUTHENTICATEDCHANNEL_CONFIGUREPROTECTION;
Miembros
-
Parámetros
-
Estructura D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT que contiene el GUID del comando y otros datos.
-
Protecciones
-
Estructura D3DAUTHENTICATEDCHANNEL_PROTECTION_FLAGS que especifica el nivel de protección.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible |
Windows 7 [solo aplicaciones de escritorio] |
Servidor mínimo compatible |
Windows Server 2008 R2 [solo aplicaciones de escritorio] |
Encabezado |
|
Vea también