Scroll to navigation

RtlUpcaseUnicodeChar(3w) Wine API RtlUpcaseUnicodeChar(3w)

NAME

RtlUpcaseUnicodeChar (NTDLL.@)

SYNOPSIS

WCHAR RtlUpcaseUnicodeChar
(
WCHAR wch
)
 

DESCRIPTION

Converts a Unicode character to uppercase.
 

PARAMS

wch [In] Character to convert.
 

RETURNS

The uppercase character value.
 

IMPLEMENTATION

Declared in "winternl.h".
Implemented in "dlls/ntdll/rtlstr.c".
Debug channel "ntdll".
Oct 2012 Wine API