ISensorCollection::Clear method (sensorsapi.h)

Empties the sensor collection.

Syntax

HRESULT Clear();

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

This method calls Release on all sensor interface pointers in the collection and frees any memory used by 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