clusterRegGetKeySecurity 函式 (clusapi.h)
傳回保護指定 之叢集資料庫 密鑰的安全性描述元複本。
語法
LONG ClusterRegGetKeySecurity(
[in] HKEY hKey,
[in] SECURITY_INFORMATION RequestedInformation,
[out] PSECURITY_DESCRIPTOR pSecurityDescriptor,
[in, out] LPDWORD lpcbSecurityDescriptor
);
參數
[in] hKey
叢集資料庫金鑰的句柄。
[in] RequestedInformation
SECURITY_INFORMATION結構,表示要求的安全性描述項。
[out] pSecurityDescriptor
包含所要求安全描述元複本 的SECURITY_DESCRIPTOR 結構的指標。
[in, out] lpcbSecurityDescriptor
在輸入時,指向 pSecurityDescriptor 所指向之緩衝區中位元組數目的指標。 在輸出上,指向寫入緩衝區之位元組數目的指標。
傳回值
如果作業成功,函式會 傳回ERROR_SUCCESS。
如果作業失敗,函式會傳回 系統錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2008 Enterprise、Windows Server 2008 Datacenter |
目標平台 | Windows |
標頭 | clusapi.h |
程式庫 | ClusAPI.lib |
Dll | ClusAPI.dll |