RtlAnsiCharToUnicodeChar(3w)
NAME
RtlAnsiCharToUnicodeChar (NTDLL.@)
SYNOPSIS
WCHAR RtlAnsiCharToUnicodeChar
(
LPSTR* ansi
)
DESCRIPTION
Converts the first ansi character to a unicode character.
PARAMS
ansi [In/Out] Pointer to the ansi string.
RETURNS
Unicode representation of the first character in the ansi string.
NOTES
Upon successful completion, the character pointer ansi points to is
incremented by the size of the character.
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".