Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
FltReferenceFileNameInformation increments the reference count on a file name information structure.
Syntax
VOID FLTAPI FltReferenceFileNameInformation(
[in] PFLT_FILE_NAME_INFORMATION FileNameInformation
);
Parameters
[in] FileNameInformation
Pointer to the file name information (FLT_FILE_NAME_INFORMATION) structure. This parameter is required and cannot be NULL.
Return value
None
Remarks
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.
Requirements
Requirement | Value |
---|---|
Target Platform | Universal |
Header | fltkernel.h (include Fltkernel.h) |
Library | FltMgr.lib |
DLL | Fltmgr.sys |
IRQL | <= APC_LEVEL |
See also
FltGetDestinationFileNameInformation