IOCTL_DVD_READ_STRUCTURE IOCTL (ntddc mdf.h)

Restituisce informazioni su un disco DVD, ad esempio un descrittore di livello, informazioni sul copyright o informazioni specifiche del produttore.

Codice principale

IRP_MJ_DEVICE_CONTROL

Buffer di input

Il buffer in Irp-AssociatedIrp.SystemBuffer> contiene una struttura DVD_READ_STRUCTURE che indica l'ID sessione e il tipo di informazioni da restituire.

Lunghezza del buffer di input

Lunghezza di un DVD_READ_STRUCTURE.

Buffer di output

Il driver restituisce le informazioni sul disco nel buffer in Irp-AssociatedIrp.SystemBuffer>.

Lunghezza del buffer di output

Parameters.DeviceIoControl.OutputBufferLength nella posizione dello stack I/O indica le dimensioni, in byte, del buffer, che deve essere >= sizeof(Descriptor) dove Descrittore è DVD_LAYER_DESCRIPTOR, DVD_COPYRIGHT_DESCRIPTOR, DVD_DISK_KEY_DESCRIPTOR,DVD_BCA_DESCRIPTORo DVD_MANUFACTURER_DESCRIPTOR.

Blocco dello stato

Il campo Informazioni è impostato sul numero di byte trasferiti. Il campo Stato è impostato su STATUS_SUCCESS o eventualmente su STATUS_INSUFFICIENT_RESOURCES.

Requisiti

Requisito Valore
Intestazione ntddccetera.h (include Ntddczzato.h)

Vedi anche

DVD_BCA_DESCRIPTOR

DVD_COPYRIGHT_DESCRIPTOR

DVD_DISK_KEY_DESCRIPTOR

DVD_LAYER_DESCRIPTOR

DVD_MANUFACTURER_DESCRIPTOR

DVD_READ_STRUCTURE