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.
Sets the enumeration properties of a sensor.
Syntax
PFN_SENSORSCXSENSORINITIALIZE PfnSensorscxsensorinitialize;
NTSTATUS * PfnSensorscxsensorinitialize(
PSENSORSCX_DRIVER_GLOBALS DriverGlobals,
SENSOROBJECT Sensor,
PSENSOR_CONFIG pSensorConfig
)
{...}
Parameters
DriverGlobals
Global definitions for the driver.
Sensor
A reference to a sensor object.
pSensorConfig
A list of functions that the driver implements.
Return value
Returns NTSTATUS.
Requirements
Requirement | Value |
---|---|
Header | sensorscx.h |