Scroll to navigation

RtlUpcaseUnicodeStringToAnsiString(3w) Wine API RtlUpcaseUnicodeStringToAnsiString(3w)

NAME

RtlUpcaseUnicodeStringToAnsiString (NTDLL.@)

SYNOPSIS

NTSTATUS RtlUpcaseUnicodeStringToAnsiString
(
STRING* dst,
const UNICODE_STRING* src,
BOOLEAN doalloc
)
 

DESCRIPTION

Converts a Unicode string to the equivalent ANSI upper-case representation.
 

RETURNS

NTSTATUS code.
 

NOTES

writes terminating 0
 

IMPLEMENTATION

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