FsRtlIsAnsiCharacterLegalFat function
The FsRtlIsAnsiCharacterLegalFat macro determines whether an ANSI character is legal for FAT file names.
Syntax
BOOLEAN FsRtlIsAnsiCharacterLegalFat( PSCHAR *Character, BOOLEAN WildCardsPermissible );
Parameters
- Character
-
Pointer to the character to be tested.
- WildCardsPermissible
-
Set to TRUE if wildcard characters are to be considered legal, FALSE otherwise.
Return value
FsRtlIsAnsiCharacterLegalFat returns TRUE if the character is legal for FAT file names, FALSE otherwise.
For information about other string-handling routines, see Strings.
Requirements
|
Header |
|
|---|---|
|
IRQL | Any level |
See also
Send comments about this topic to Microsoft
Build date: 11/21/2012