EVT_SENSOR_DRIVER_DEVICE_IO_CONTROL funzione di callback (sensorcx.h)
Callback per gestire IOCTL.
Sintassi
EVT_SENSOR_DRIVER_DEVICE_IO_CONTROL EvtSensorDriverDeviceIoControl;
NTSTATUS EvtSensorDriverDeviceIoControl(
SENSOROBJECT Sensor,
WDFREQUEST Request,
size_t OutputBufferLength,
size_t InputBufferLength,
ULONG IoControlCode
)
{...}
Parametri
Sensor
Riferimento all'oggetto sensore.
Request
Richiesta di I/O.
OutputBufferLength
Lunghezza del buffer di output.
InputBufferLength
Lunghezza del buffer di input.
IoControlCode
Codice di controllo I/O.
Valore restituito
Restituisce NTSTATUS.
Requisiti
Requisito | Valore |
---|---|
Intestazione | sensorcx.h |