Expand Minimize
This topic has not yet been rated - Rate this topic

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

Ntifs.h (include Ntifs.h)

IRQL

Any level

See also

FsRtlIsAnsiCharacterLegal
FsRtlIsAnsiCharacterLegalHpfs
FsRtlIsAnsiCharacterLegalNtfs

 

 

Send comments about this topic to Microsoft

Build date: 11/21/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.