RtlUpperChar(3w)
NAME
RtlUpperChar (NTDLL.@)
SYNOPSIS
CHAR RtlUpperChar
(
CHAR ch
)
DESCRIPTION
Converts an Ascii character to uppercase.
PARAMS
ch [In] Character to convert.
RETURNS
The uppercase character value.
NOTES
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).
IMPLEMENTATION
Defined in "winternl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/rtlstr.c".
- Debug channel "ntdll".