// fltkernel.h
VOID FLTAPI FltReferenceFileNameInformation(
[in] PFLT_FILE_NAME_INFORMATION FileNameInformation
);
View the official Windows Driver Kit DDI reference
No description available.
FltReferenceFileNameInformation increments the reference count on a file name information structure.
FileNameInformation
[in]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.
FltGetDestinationFileNameInformation
FltGetFileNameInformationUnsafe