struttura KS_DVDCOPY_BUSKEY (ksmedia.h)
La struttura KS_DVDCOPY_BUSKEY viene usata per descrivere le informazioni sulla chiave del bus per il processo di autenticazione di protezione del copyright DVD.
Sintassi
typedef struct _KS_DVDCOPY_BUSKEY {
BYTE BusKey[5];
BYTE Reserved[1];
} KS_DVDCOPY_BUSKEY, *PKS_DVDCOPY_BUSKEY;
Members
BusKey[5]
Specifica la chiave del bus del minidriver del decodificatore DVD.
Reserved[1]
Riservato. Non usare.
Commenti
La struttura KS_DVDCOPY_BUSKEY viene utilizzata dalle proprietà KSPROPERTY_DVDCOPY_DVD_KEY1 e KSPROPERTY_DVDCOPY_DEC_KEY2 .
Per altre informazioni, vedere Dvd Copyright Protection.For more information, see DVD Copyright Protection.
Requisiti
Requisito | Valore |
---|---|
Intestazione | ksmedia.h (include Ksmedia.h) |