// wdm.h
NTSTATUS SeDeassignSecurity(
[in, out] PSECURITY_DESCRIPTOR *SecurityDescriptor
);
View the official Windows Driver Kit DDI reference
No description available.
The SeDeassignSecurity routine deallocates the memory associated with a security descriptor that was assigned using SeAssignSecurity.
SecurityDescriptor
[in, out]Pointer to the buffered SECURITY_DESCRIPTOR being released.
If the deallocation succeeds, SeDeassignSecurity returns STATUS_SUCCESS.