struttura D3D11_1DDI_AUTHENTICATED_PROTECTION_FLAGS (d3d10umddi.h)
Specifica il livello di protezione per il contenuto video.
Sintassi
typedef struct D3D11_1DDI_AUTHENTICATED_PROTECTION_FLAGS {
union {
struct {
UINT ProtectionEnabled : 1;
UINT OverlayOrFullscreenRequired : 1;
UINT Reserved : 30;
};
UINT Value;
};
} D3D11_1DDI_AUTHENTICATED_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 sovrimpressione hardware o la modalità esclusiva a schermo intero.
Reserved
Riservato per l'utilizzo nel sistema. Impostare tutti i bit su zero.
Value
Utilizzare questo membro per accedere a tutti i bit nell'unione.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8 |
Server minimo supportato | Windows Server 2012 |
Intestazione | d3d10umddi.h (include D3d10umddi.h) |