共用方式為


ClusterRegSetKeySecurity 函式 (clusapi.h)

設定 叢集資料庫 金鑰的安全性屬性。

語法

LONG ClusterRegSetKeySecurity(
  [in] HKEY                 hKey,
  [in] SECURITY_INFORMATION SecurityInformation,
  [in] PSECURITY_DESCRIPTOR pSecurityDescriptor
);

參數

[in] hKey

叢集資料庫金鑰的控制碼。

[in] SecurityInformation

SECURITY_INFORMATION結構,指出pSecurityDescriptor所指向的安全性描述元內容。

[in] pSecurityDescriptor

SECURITY_DESCRIPTOR結構的指標,描述要針對對應至hKey之金鑰設定的安全性屬性。

傳回值

如果作業成功,函式會傳回 ERROR_SUCCESS ( 0) 。

如果作業失敗,函式會傳回 系統錯誤碼

備註

ClusterRegSetKeySecurity函式會為所有已註冊的通知埠產生CLUSTER_CHANGE_REGISTRY_ATTRIBUTES事件。

請勿從下列資源 DLL 進入點函式呼叫 ClusterRegSetKeySecurity

您可以從任何其他資源 DLL 進入點函式或背景工作執行緒安全地呼叫ClusterRegSetKeySecurity。 如需詳細資訊,請參閱 在資源 DLL 中避免的函式呼叫

規格需求

   
最低支援的用戶端 都不支援
最低支援的伺服器 Windows Server 2008 Enterprise、Windows Server 2008 Datacenter
目標平台 Windows
標頭 clusapi.h
程式庫 ClusAPI.lib
Dll ClusAPI.dll

另請參閱

ClusterRegOpenKey