RtlUpperChar (NTDLL.@)
CHAR RtlUpperChar ( CHAR ch )
Converts an Ascii character to uppercase.
ch | [In] | Character to convert. |
The uppercase character value.
For the input characters from 'a' .. 'z' it returns 'A' .. 'Z'. All other input characters are returned unchanged. The locale and multibyte characters are not taken into account (as native DLL).
Declared in "include/ddk/ntddk.h". gitlab.winehq.org/wine/wine/blob/master/include/ddk/ntddk.h
Implemented in "dlls/ntdll/rtlstr.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ntdll/rtlstr.c
Debug channel "ntdll".
Copyright © 2025 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jan 2025.