EVT_SENSOR_DRIVER_DEVICE_IO_CONTROL funzione di callback (sensorscx.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 di I/O.
Valore restituito
Restituisce NTSTATUS.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | sensorscx.h |