Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RtlUpcaseUnicodeChar function (wdm.h)

The RtlUpcaseUnicodeChar routine converts the specified Unicode character to uppercase.

Syntax

NTSYSAPI WCHAR RtlUpcaseUnicodeChar(
 [in] WCHAR SourceCharacter
);

Parameters

[in] SourceCharacter

Specifies the character to convert.

Return value

RtlUpcaseUnicodeChar returns the uppercase version of the specified Unicode character.

Requirements

Requirement Value
Minimum supported client Available in Windows 2000 and later versions of Windows.
Target Platform Universal
Header wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)
Library NtosKrnl.lib
DLL NtosKrnl.exe (kernel mode); Ntdll.dll (user mode)
IRQL <= APC_LEVEL

See also

RtlUpcaseUnicodeString

RtlUpperChar


Feedback

Was this page helpful?

Additional resources