IPortableDeviceValues::GetUnsignedLargeIntegerValue 方法
GetUnsignedLargeIntegerValue方法會擷取ULONGLONG值, (索引鍵所指定的類型VT_UI8) 。
語法
HRESULT GetUnsignedLargeIntegerValue(
[in] REFPROPERTYKEY key,
[out] ULONGLONG *pValue
);
參數
-
機碼 [in]
-
REFPROPERTYKEY索引鍵,指定要擷取的專案。
-
pValue [out]
-
所擷取 ULONGLONG 值的指標。
傳回值
方法會傳回 HRESULT。 可能的值包括 (但不限於) 下表中的這些值。
傳回碼 | 描述 |
---|---|
|
此方法已成功。 |
|
索引鍵指定的屬性不是ULONGLONG類型。 |
|
索引鍵指定的屬性不在集合中。 |
規格需求
需求 | 值 |
---|---|
標頭 |
|
程式庫 |
|