Condividi tramite


IOCTL_CHANGER_GET_PARAMETERS IOCTL (ntddchgr.h)

Restituisce i parametri del dispositivo.

Codice principale

IRP_MJ_DEVICE_CONTROL

Buffer di input

Nessuno.

Lunghezza del buffer di input

Nessuno.

Buffer di output

Il driver restituisce i dati GET_CHANGER_PARAMETERS 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 dei parametri, che deve essere >= sizeof(GET_CHANGER_PARAMETERS).

Blocco dello stato

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

Requisiti

Requisito Valore
Intestazione ntddchgr.h (include Ntddchgr.h)

Vedi anche

GET_CHANGER_PARAMETERS