Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
The FreeSid function frees a security identifier (SID) previously allocated by using the AllocateAndInitializeSid function.
Syntax
PVOID FreeSid(
[in] PSID pSid
);
Parameters
[in] pSid
A pointer to the SID structure to free.
Return value
If the function succeeds, the function returns NULL.
If the function fails, it returns a pointer to the SID structure represented by the pSid parameter.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2003 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | securitybaseapi.h (include Windows.h) |
| Library | Advapi32.lib |
| DLL | Advapi32.dll |