Macro FsRtlIsUnicodeCharacterWild (ntifs.h)

La macro FsRtlIsUnicodeCharacterWild determina se un carattere Unicode è un carattere jolly.

Sintassi

void FsRtlIsUnicodeCharacterWild(
   C
);

Parametri

C

Puntatore al carattere da testare.

Valore restituito

nessuno

Osservazioni

Per informazioni sulle altre routine di gestione delle stringhe, vedere Routine RTL (Run-Time Library).

Requisiti

Requisito Valore
Piattaforma di destinazione Desktop
Intestazione ntifs.h (include Ntifs.h)
IRQL Qualsiasi livello

Vedi anche

FsRtlIsAnsiCharacterWild