FsRtlIsUnicodeCharacterWild - NtDoc

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

void FsRtlIsUnicodeCharacterWild(
  C
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

FsRtlIsUnicodeCharacterWild macro

Description

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

Parameters

C

Pointer to the character to be tested.

Remarks

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

See also

FsRtlIsAnsiCharacterWild