FltGetFileNameFormat macro
The FltGetFileNameFormat macro returns the name format portion of an FLT_FILE_NAME_OPTIONS value.
Syntax
ULONG FltGetFileNameFormat(
[in] FLT_FILE_NAME_OPTIONS NameOptions
);
Parameters
- NameOptions [in]
FLT_FILE_NAME_OPTIONS value used to specify the name format, query method, and flags for a file name information query.
Return value
The FltGetFileNameFormat macro returns the name format portion of the FLT_FILE_NAME_OPTIONS value specified by the NameOptions parameter.
Remarks
The FltGetFileNameFormat macro returns one of the following name formats: FLT_FILE_NAME_NORMALIZED, FLT_FILE_NAME_OPENED, or FLT_FILE_NAME_SHORT. For an explanation of these formats, see FLT_FILE_NAME_INFORMATION.
Requirements
Target platform |
Desktop |
Header |
Fltkernel.h (include Fltkernel.h) |
IRQL |
Any |
See also
FltGetDestinationFileNameInformation
FltGetFileNameInformationUnsafe