GetSecurityDescriptorRMControl 函式 (securitybaseapi.h)
GetSecurityDescriptorRMControl 函式會擷取 Resource Manager 控制位。
語法
DWORD GetSecurityDescriptorRMControl(
[in] PSECURITY_DESCRIPTOR SecurityDescriptor,
[out] PUCHAR RMControl
);
參數
[in] SecurityDescriptor
包含資源管理員控件位之SECURITY_DESCRIPTOR結構的指標。 Control 成員的值會設定為 SE_RM_CONTROL_VALID。
[out] RMControl
接收資源管理員控制位之緩衝區的指標。
傳回值
如果函式成功,傳回值會ERROR_SUCCESS。
如果函式失敗,則會傳回下列值。
傳回碼 | Description |
---|---|
|
SE_RM_CONTROL_VALID位旗標未在指定的 SECURITY_DESCRIPTOR 結構中設定。 |
備註
resource manager 控制位是 SECURITY_DESCRIPTOR 結構之 Sbz1 成員中的八個位,其中包含存取結構之資源管理員特有的資訊。 這些位只能透過 GetSecurityDescriptorRMControl 和 SetSecurityDescriptorRMControl 函式來存取。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2003 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | securitybaseapi.h (包含 Windows.h) |
程式庫 | Advapi32.lib |
Dll | Advapi32.dll |