FltReleaseFileNameInformation function

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

FltReleaseFileNameInformation releases a file name information structure.

Syntax

VOID FLTAPI FltReleaseFileNameInformation(
  PFLT_FILE_NAME_INFORMATION FileNameInformation
);

Parameters

FileNameInformation

Pointer to the FLT_FILE_NAME_INFORMATION structure to be released. This parameter is required and cannot be NULL.

Return value

None

Remarks

FltReleaseFileNameInformation decrements the reference count on a file name information (FLT_FILE_NAME_INFORMATION) structure returned by a previous call to FltGetDestinationFileNameInformationFltGetFileNameInformationFltGetFileNameInformationUnsafe, or FltGetTunneledName. When this reference count reaches zero, the structure is freed.

To increment the reference count on a file name information structure, call FltReferenceFileNameInformation.

Requirements

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