ISensorCollection::RemoveByID method (sensorsapi.h)
Removes a sensor from the collection. The sensor to be removed is specified by its ID.
Syntax
HRESULT RemoveByID(
[in] REFSENSOR_ID sensorID
);
Parameters
[in] sensorID
The GUID of the sensor 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 |
---|---|
|
The method succeeded. |
|
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 |