IPersistQuery::WriteInt メソッド (cmnquery.h)
IPersistQuery::WriteInt メソッドは、整数値をクエリ ストアに書き込みます。
構文
HRESULT WriteInt(
[in] LPCWSTR pSection,
[in] LPCWSTR pValueName,
[in] INT value
);
パラメーター
[in] pSection
整数の書き込み対象となるセクション名を表す null で終わる Unicode 文字列へのポインター。
[in] pValueName
整数値の名前を表す null で終わる Unicode 文字列へのポインター。
[in] value
クエリ ストアに書き込む整数値を格納します。
戻り値
成功した場合 はS_OK を返し、それ以外の場合は標準の HRESULT 値を 返します。 考えられるエラー コードは次のとおりです。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista |
サポートされている最小のサーバー | Windows Server 2008 |
対象プラットフォーム | Windows |
ヘッダー | cmnquery.h |
Library | Uuid.lib |
[DLL] | Dsquery.dll |