FltFreeSecurityDescriptor - NtDoc

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

VOID FLTAPI FltFreeSecurityDescriptor(
  [in] PSECURITY_DESCRIPTOR SecurityDescriptor
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-fltkernel-fltfreesecuritydescriptor)

FltFreeSecurityDescriptor function

Description

FltFreeSecurityDescriptor frees a security descriptor allocated by the FltBuildDefaultSecurityDescriptor routine.

Parameters

SecurityDescriptor [in]

Opaque pointer to the security descriptor (SECURITY_DESCRIPTOR) to be freed.

Return value

None

Remarks

FltFreeSecurityDescriptor should only be used to free a security descriptor that was allocated by a previous call to FltBuildDefaultSecurityDescriptor.

See also

FltBuildDefaultSecurityDescriptor

SECURITY_DESCRIPTOR