Condividi tramite


D3DAUTHENTICATEDCHANNEL_PROTECTION_FLAGS struttura

Specifica il livello di protezione per il contenuto video.

Sintassi

typedef struct _D3DAUTHENTICATEDCHANNEL_PROTECTION_FLAGS {
  union {
    struct {
      UINT ProtectionEnabled  :1;
      UINT OverlayOrFullscreenRequired  :1;
      UINT Reserved  :30;
    };
    UINT   Value;
  };
} D3DAUTHENTICATEDCHANNEL_PROTECTION_FLAGS;

Members

ProtectionEnabled

Se 1, la protezione del contenuto video è abilitata.

OverlayOrFullscreenRequired

Se 1, l'applicazione richiede che il video venga visualizzato usando una sovrapposizione hardware o una modalità esclusiva a schermo intero.

Reserved

Riservato. Impostare tutti i bit su zero.

Valore

Usare questo membro per accedere a tutti i bit nell'unione.

Requisiti

Requisito Valore
Client minimo supportato
Windows 7 [solo app desktop]
Server minimo supportato
Windows Server 2008 R2 [solo app desktop]
Intestazione
D3d9types.h

Vedi anche

Strutture video Direct3D