IOCTL_LAMP_SET_INTENSITY_WHITE IOCTL (lamp.h)
Il codice di controllo IOCTL_LAMP_SET_INTENSITY_WHITE imposta la lampada sull'intensità di luce specificata.
#define IOCTL_LAMP_SET_INTENSITY_WHITE \
CTL_CODE(IOCTL_LAMP_BASE, 0x0005, METHOD_BUFFERED, FILE_ANY_ACCESS)
Codice principale
Buffer di input
Irp->AssociatedIrp.SystemBuffer
punta a una struttura LAMP_INTENSITY_WHITE .
Lunghezza del buffer di input
Lunghezza di una struttura LAMP_INTENSITY_WHITE .
Buffer di output
Nessuno.
Lunghezza del buffer di output
Nessuno.
Blocco dello stato
Il driver imposta su Irp->IoStatus.Status
STATUS_SUCCESS o sullo stato di errore appropriato.
Se il dispositivo è stato acquisito da un driver della fotocamera, il driver della lampada deve restituire un errore di STATUS_RESOURCE_IN_USE tramite Irp->IoStatus.Status
.
Requisiti
Requisito | Valore |
---|---|
Intestazione | lamp.h |