ISensorCollection::Remove method (sensorsapi.h)

Removes a sensor from the collection. The sensor is specified by a pointer to the ISensor interface to be removed.

Syntax

HRESULT Remove(
  [in] ISensor *pSensor
);

Parameters

[in] pSensor

Pointer to the ISensor interface to remove from the collection.

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.
E_INVALIDARG
The specified sensor is not part of the collection.

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

ISensorCollection