ISensorCollection::GetAt 方法 (sensorsapi.h)
擷取集合中指定索引處的感測器。
語法
HRESULT GetAt(
[in] ULONG ulIndex,
[out] ISensor **ppSensor
);
參數
[in] ulIndex
包含要擷取之感測器索引的ULONG。
[out] ppSensor
接收指定感測器指標的 ISensor 指標位址。
傳回值
方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。
傳回碼 | 描述 |
---|---|
|
此方法已成功。 |
|
已針對ppSensor傳入NULL。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | 都不支援 |
目標平台 | Windows |
標頭 | sensorsapi.h |
程式庫 | Sensorsapi.lib |
Dll | Sensorsapi.dll |