resUtilSetDwordValue 函式 (resapi.h)
設定 叢集資料庫中的數值。 PRESUTIL_SET_DWORD_VALUE類型會定義此函式的指標。
語法
DWORD ResUtilSetDwordValue(
[in] HKEY hkeyClusterKey,
[in] LPCWSTR pszValueName,
[in] DWORD dwNewValue,
[in, out] LPDWORD pdwOutValue
);
參數
[in] hkeyClusterKey
識別叢集資料庫中數值位置的索引鍵。
[in] pszValueName
Null 終止的 Unicode 字串,其中包含要更新的值名稱。
[in] dwNewValue
新的 DWORD 值。
[in, out] pdwOutValue
選擇性。 應該複製更新值的指標。
傳回值
如果作業成功,函式會傳回 ERROR_SUCCESS。
如果作業失敗,函式會傳回 系統錯誤碼。
備註
ResUtilSetDwordValue 公用程式函式會呼叫 Cluster API 函式 ClusterRegSetValue 來更新叢集資料庫。
請勿從下列資源 DLL 進入點函式呼叫 ResUtilSetDwordValue :
ResUtilSetDwordValue 可以從任何其他資源 DLL 進入點函式或背景工作線程安全地呼叫。 如需詳細資訊,請參閱 在資源 DLL 中避免的函式呼叫。規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2008 Enterprise、Windows Server 2008 Datacenter |
目標平台 | Windows |
標頭 | resapi.h |
程式庫 | ResUtils.lib |
Dll | ResUtils.dll |