// ntifs.h
void FsRtlIsAnsiCharacterLegalNtfs(
C,
WILD_OK
);
View the official Windows Driver Kit DDI referenceNo description available.
The FsRtlIsAnsiCharacterLegalNtfs macro determines whether an ANSI character is legal for NTFS file names.
CPointer to the character to be tested.
WILD_OKSet to TRUE if wildcard characters are to be considered legal, FALSE otherwise.
For information about other string-handling routines, see Run-Time Library (RTL) Routines.