FsRtlIsAnsiCharacterLegalNtfs - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

void FsRtlIsAnsiCharacterLegalNtfs(
  C,
  WILD_OK
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-fsrtlisansicharacterlegalntfs)

FsRtlIsAnsiCharacterLegalNtfs macro

Description

The FsRtlIsAnsiCharacterLegalNtfs macro determines whether an ANSI character is legal for NTFS file names.

Parameters

C

Pointer to the character to be tested.

WILD_OK

Set to TRUE if wildcard characters are to be considered legal, FALSE otherwise.

Remarks

For information about other string-handling routines, see Run-Time Library (RTL) Routines.

See also

FsRtlIsAnsiCharacterLegal

FsRtlIsAnsiCharacterLegalFat

FsRtlIsAnsiCharacterLegalHpfs