Condividi tramite


IOCTL_STORAGE_GET_HOTPLUG_INFO IOCTL (ntddstor.h)

Recupera la configurazione hotplug del dispositivo specificato.

Codice principale

IRP_MJ_DEVICE_CONTROL

Buffer di input

Nessuno.

Lunghezza del buffer di input

Nessuno.

Buffer di output

Il driver restituisce i dati di configurazione hotplug in una struttura STORAGE_HOTPLUG_INFO 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 devono essere maggiori o uguali a sizeof(STORAGE_HOTPLUG_INFO).

Blocco dello stato

Il campo Informazioni è impostato su sizeof(STORAGE_HOTPLUG_INFO). Il campo Stato è impostato su STATUS_SUCCESS o eventualmente su STATUS_BUFFER_TOO_SMALL se il buffer di output è troppo piccolo.

Requisiti

Requisito Valore
Intestazione ntddstor.h (include Ntddstor.h)

Vedi anche

IOCTL_STORAGE_SET_HOTPLUG_INFO

STORAGE_HOTPLUG_INFO