Download EaseFilter Filter Driver SDK Setup File Download EaseFilter Filter Driver SDK Zip File
FltReferenceFileNameInformation increments the reference count on a file name information structure.
VOID FLTAPI FltReferenceFileNameInformation( PFLT_FILE_NAME_INFORMATION FileNameInformation );
FileNameInformation
Pointer to the file name information (FLT_FILE_NAME_INFORMATION) structure. This parameter is required and cannot be NULL.
None
FltReferenceFileNameInformation increments the reference count on a file name information (FLT_FILE_NAME_INFORMATION) structure returned by a previous call to a file name query routine such as FltGetFileNameInformation.
After a successful call to FltReferenceFileNameInformation, the caller is responsible for decrementing the reference count on the file name information structure by calling FltReleaseFileNameInformation.
Target Platform | Universal |
Header | fltkernel.h (include Fltkernel.h) |
Library | FltMgr.lib |
DLL | Fltmgr.sys |
IRQL | <= APC_LEVEL |