ISensorEvents::OnLeave method (sensorsapi.h)

Provides notification that a sensor device is no longer connected.

Syntax

HRESULT OnLeave(
  [in] REFSENSOR_ID ID
);

Parameters

[in] ID

The ID of the sensor.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

Remarks

To know when a sensor enters, subscribe to the ISensorManagerEvents::OnSensorEnter event.

Examples

For an example of how to receive sensor events, see Using Sensor API Events.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header sensorsapi.h
Library Sensorsapi.lib
DLL Sensorsapi.dll

See also

ISensorEvents