FsRtlIsAnsiCharacterWild macro (ntifs.h)

The FsRtlIsAnsiCharacterWild macro determines whether an ANSI character is a wildcard character.

Syntax

void FsRtlIsAnsiCharacterWild(
   C
);

Parameters

C

Pointer to the character to be tested.

Return value

None

Remarks

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

Requirements

Requirement Value
Target Platform Desktop
Header ntifs.h (include Ntifs.h)
IRQL Any level

See also

FsRtlIsAnsiCharacterLegal

FsRtlIsUnicodeCharacterWild