PFN_SENSORSCXSENSORINITIALIZE callback function (sensorscx.h)

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