IPersistQuery::ReadInt 方法 (cmnquery.h)
IPersistQuery::ReadInt 方法會從查詢存放區讀取整數值。
語法
HRESULT ReadInt(
[in] LPCWSTR pSection,
[in] LPCWSTR pValueName,
[out] LPINT pValue
);
參數
[in] pSection
Null 終止 Unicode 字串的指標,表示應該從中讀取整數的區段名稱。
[in] pValueName
Null 終止 Unicode 字串的指標,表示要讀取的整數值名稱。
[out] pValue
接收整數值的整數變數指標。
傳回值
如果成功或標準 HRESULT 值,則傳回S_OK。 可能的錯誤碼包括下列專案。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista |
最低支援的伺服器 | Windows Server 2008 |
目標平台 | Windows |
標頭 | cmnquery.h |
程式庫 | Uuid.lib |
Dll | Dsquery.dll |