// fltkernel.h
VOID FLTAPI FltFreeSecurityDescriptor(
[in] PSECURITY_DESCRIPTOR SecurityDescriptor
);
View the official Windows Driver Kit DDI reference
No description available.
FltFreeSecurityDescriptor frees a security descriptor allocated by the FltBuildDefaultSecurityDescriptor routine.
SecurityDescriptor
[in]Opaque pointer to the security descriptor (SECURITY_DESCRIPTOR) to be freed.
None
FltFreeSecurityDescriptor should only be used to free a security descriptor that was allocated by a previous call to FltBuildDefaultSecurityDescriptor.
FltBuildDefaultSecurityDescriptor