PFN_SENSORSCXSENSORINITIALIZE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// sensorscx.h

PFN_SENSORSCXSENSORINITIALIZE PfnSensorscxsensorinitialize;

NTSTATUS * PfnSensorscxsensorinitialize(
  PSENSORSCX_DRIVER_GLOBALS DriverGlobals,
  SENSOROBJECT Sensor,
  PSENSOR_CONFIG pSensorConfig
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-sensorscx-pfn_sensorscxsensorinitialize)

*PFN_SENSORSCXSENSORINITIALIZE callback function

Description

Sets the enumeration properties of a sensor.

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.

Prototype

//Declaration

*PFN_SENSORSCXSENSORINITIALIZE *PfnSensorscxsensorinitialize;

// Definition

NTSTATUS *PfnSensorscxsensorinitialize
(
    PSENSORSCX_DRIVER_GLOBALS DriverGlobals
    SENSOROBJECT Sensor
    PSENSOR_CONFIG pSensorConfig
)
{...}