FltReferenceFileNameInformation function
FltReferenceFileNameInformation increments the reference count on a file name information structure.
Syntax
VOID FltReferenceFileNameInformation( _In_ PFLT_FILE_NAME_INFORMATION FileNameInformation );
Parameters
- FileNameInformation [in]
-
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
|
Header |
|
|---|---|
|
Library |
|
|
IRQL | <= APC_LEVEL |
See also
- FLT_FILE_NAME_INFORMATION
- FltGetDestinationFileNameInformation
- FltGetFileNameInformation
- FltGetFileNameInformationUnsafe
- FltGetTunneledName
- FltReleaseFileNameInformation
Send comments about this topic to Microsoft
Build date: 11/21/2012
