DVD_COPYRIGHT_DESCRIPTOR struttura (ntddccubo.h)
La struttura DVD_COPYRIGHT_DESCRIPTOR viene usata insieme alla richiesta di IOCTL_DVD_READ_STRUCTURE di recuperare un descrittore di copyright DVD.
Sintassi
typedef struct _DVD_COPYRIGHT_DESCRIPTOR {
UCHAR CopyrightProtectionType;
UCHAR RegionManagementInformation;
USHORT Reserved;
} DVD_COPYRIGHT_DESCRIPTOR, *PDVD_COPYRIGHT_DESCRIPTOR;
Members
CopyrightProtectionType
Indica, se impostato su 1, la presenza di dati specifici di un sistema di protezione del copyright. Un valore pari a zero indica che non sono presenti dati di questo tipo. Tutti gli altri valori sono riservati.
RegionManagementInformation
Indica in quali aree del mondo è possibile riprodurre il disco. Ogni bit rappresenta una delle otto aree. Se è impostato un bit, il disco non può essere riprodotto nell'area corrispondente. Se un bit non è impostato, il disco può essere riprodotto nell'area corrispondente.
Reserved
Riservato.
Requisiti
Requisito | Valore |
---|---|
Intestazione | ntddccetera.h (include Ntddczzato.h) |