Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 1.47 KB

nc-sensorscx-pfn_sensorscxsensorinitialize.md

File metadata and controls

83 lines (63 loc) · 1.47 KB
UID title description tech.root ms.date keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos ms.custom f1_keywords topic_type api_type api_location api_name
NC:sensorscx.PFN_SENSORSCXSENSORINITIALIZE
PFN_SENSORSCXSENSORINITIALIZE (sensorscx.h)
Sets the enumeration properties of a sensor.
sensors
10/19/2018
*PFN_SENSORSCXSENSORINITIALIZE callback function
sensorscx.h
Windows
RS5
PFN_SENSORSCXSENSORINITIALIZE
sensorscx/PFN_SENSORSCXSENSORINITIALIZE
apiref
UserDefined
sensorscx.h
PFN_SENSORSCXSENSORINITIALIZE

*PFN_SENSORSCXSENSORINITIALIZE callback function

-description

Sets the enumeration properties of a sensor.

-parameters

-param DriverGlobals

Global definitions for the driver.

-param Sensor

A reference to a sensor object.

-param pSensorConfig

A list of functions that the driver implements.

-returns

Returns NTSTATUS.

-prototype

//Declaration

*PFN_SENSORSCXSENSORINITIALIZE *PfnSensorscxsensorinitialize; 

// Definition

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