SeFreePrivileges - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

VOID SeFreePrivileges(
  [in] PPRIVILEGE_SET Privileges
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-sefreeprivileges)

SeFreePrivileges function

Description

The SeFreePrivileges routine frees a privilege set returned by SeAccessCheck.

Parameters

Privileges [in]

Pointer to the privilege set to be freed.

Remarks

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.

See also

PRIVILEGE_SET

SeAccessCheck

SeAppendPrivileges

SePrivilegeCheck