FltFreeSecurityDescriptor function

Download EaseFilter Filter Driver SDK Setup File
Download EaseFilter Filter Driver SDK Zip File

FltFreeSecurityDescriptor frees a security descriptor allocated by the FltBuildDefaultSecurityDescriptor routine.

Syntax

VOID FLTAPI FltFreeSecurityDescriptor(
  PSECURITY_DESCRIPTOR SecurityDescriptor
);

Parameters

SecurityDescriptor

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.

Requirements

   
Target Platform Universal
Header fltkernel.h (include Fltkernel.h)
Library FltMgr.lib
DLL Fltmgr.sys
IRQL <= APC_LEVEL