// ntifs.h
VOID SeFreePrivileges(
[in] PPRIVILEGE_SET Privileges
);
View the official Windows Driver Kit DDI reference
No description available.
The SeFreePrivileges routine frees a privilege set returned by SeAccessCheck.
Privileges
[in]Pointer to the privilege set to be freed.
For more information about security and access control, see Windows security model for driver developers and the documentation on these topics in the Windows SDK.