getSecurityDescriptorControl 函数 (securitybaseapi.h)

GetSecurityDescriptorControl 函数检索安全描述符控件和修订信息。

语法

BOOL GetSecurityDescriptorControl(
  [in]  PSECURITY_DESCRIPTOR         pSecurityDescriptor,
  [out] PSECURITY_DESCRIPTOR_CONTROL pControl,
  [out] LPDWORD                      lpdwRevision
);

参数

[in] pSecurityDescriptor

指向函数检索其控件和修订信息的 SECURITY_DESCRIPTOR 结构的指针。

[out] pControl

指向 SECURITY_DESCRIPTOR_CONTROL 结构的指针,该结构接收安全描述符的控制信息。

[out] lpdwRevision

指向接收安全描述符修订值的变量的指针。 即使 GetSecurityDescriptorControl 返回错误,也会始终设置此值。

返回值

如果该函数成功,则返回值为非零值。

如果函数失败,则返回值为零。 要获得更多的错误信息,请调用 GetLastError。

要求

要求
最低受支持的客户端 Windows XP [桌面应用 | UWP 应用]
最低受支持的服务器 Windows Server 2003 [桌面应用 | UWP 应用]
目标平台 Windows
标头 securitybaseapi.h (包括 Windows.h)
Library Advapi32.lib
DLL Advapi32.dll

另请参阅

访问控制概述

基本访问控制函数

GetSecurityDescriptorDacl

GetSecurityDescriptorGroup

GetSecurityDescriptorLength

GetSecurityDescriptorOwner

GetSecurityDescriptorSacl

IsValidSecurityDescriptor

SECURITY_DESCRIPTOR

SECURITY_DESCRIPTOR_CONTROL