SeDeassignSecurity - NtDoc

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

NTSTATUS SeDeassignSecurity(
  [in, out] PSECURITY_DESCRIPTOR *SecurityDescriptor
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-sedeassignsecurity)

SeDeassignSecurity function

Description

The SeDeassignSecurity routine deallocates the memory associated with a security descriptor that was assigned using SeAssignSecurity.

Parameters

SecurityDescriptor [in, out]

Pointer to the buffered SECURITY_DESCRIPTOR being released.

Return value

If the deallocation succeeds, SeDeassignSecurity returns STATUS_SUCCESS.

See also

SECURITY_DESCRIPTOR

SeAssignSecurity