Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Callback to handle IOCTL.
Syntax
EVT_SENSOR_DRIVER_DEVICE_IO_CONTROL EvtSensorDriverDeviceIoControl;
NTSTATUS EvtSensorDriverDeviceIoControl(
SENSOROBJECT Sensor,
WDFREQUEST Request,
size_t OutputBufferLength,
size_t InputBufferLength,
ULONG IoControlCode
)
{...}
Parameters
Sensor
A reference to the sensor object.
Request
The I/O request.
OutputBufferLength
The output buffer length.
InputBufferLength
The input buffer length.
IoControlCode
The I/O control code.
Return value
Returns NTSTATUS.
Requirements
Requirement | Value |
---|---|
Header | sensorscx.h |