getLengthSid 函数 (securitybaseapi.h)
GetLengthSid 函数返回有效安全标识符的长度(以字节为单位), (SID) 。
语法
DWORD GetLengthSid(
[in] PSID pSid
);
parameters
[in] pSid
指向返回其长度的 SID 结构的指针。 假定结构有效。
返回值
如果 SID 结构有效,则返回值为 SID 结构的长度(以字节为单位)。
如果 SID 结构无效,则返回值未定义。 在调用 GetLengthSid 之前,请将 SID 传递给 IsValidSid 函数,以验证 SID 是否有效。
要求
最低受支持的客户端 | Windows XP [桌面应用 | UWP 应用] |
最低受支持的服务器 | Windows Server 2003 [桌面应用 | UWP 应用] |
目标平台 | Windows |
标头 | securitybaseapi.h (包括 Windows.h) |
Library | Advapi32.lib |
DLL | Advapi32.dll |