RtlUpcaseUnicodeStringToAnsiString.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Defined in "winternl.h".

Implemented in "dlls/ntdll/rtlstr.c".

Debug channel "ntdll".