ISensorCollection::Add method (sensorsapi.h)
Adds a sensor to the collection.
HRESULT Add(
[in] ISensor *pSensor
);
[in] pSensor
Pointer to the ISensor interface for the sensor to add to the collection.
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 sensor collection already contains a sensor with the specified ID. |
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 |