FsRtlIsUnicodeCharacterWild macro (ntifs.h)

The FsRtlIsUnicodeCharacterWild macro determines whether a Unicode character is a wildcard character.

Syntax

void FsRtlIsUnicodeCharacterWild(
   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

FsRtlIsAnsiCharacterWild