IPortableDeviceValues::GetIPortableDeviceValuesCollectionValue 方法
GetIPortableDeviceValuesCollectionValue方法會擷取IPortableDeviceValuesCollection值, (索引鍵所指定的類型VT_UNKNOWN) 。
語法
HRESULT GetIPortableDeviceValuesCollectionValue(
[in] REFPROPERTYKEY key,
[out] IPortableDeviceValuesCollection **ppValue
);
參數
-
機碼 [in]
-
REFPROPERTYKEY 索引鍵,指定要擷取的專案。
-
ppValue [out]
-
接收所擷取 IPortableDeviceValuesCollection 介面指標的變數位址。 呼叫端負責在擷取的介面上呼叫 Release 。
傳回值
方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。
傳回碼 | 描述 |
---|---|
|
此方法已成功。 |
|
索引鍵指定的屬性不是IPortableDeviceValuesCollection介面。 |
|
索引 鍵 指定的屬性不在集合中。 |
範例
如需如何使用此方法的範例,請參閱 擷取裝置支援的轉譯功能。
規格需求
需求 | 值 |
---|---|
標頭 |
|
程式庫 |
|