.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlAnsiCharToUnicodeChar 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlAnsiCharToUnicodeChar\fR (NTDLL.@) .SH SYNOPSIS WCHAR RtlAnsiCharToUnicodeChar ( LPSTR* \fIansi\fR ) .SH DESCRIPTION .PP Converts the first \fIansi\fR character to a unicode character. .SH PARAMS \fIansi\fR \fB[In/Out]\fR Pointer to the \fIansi\fR string. .PP .SH RETURNS .PP Unicode representation of the first character in the \fIansi\fR string. .SH NOTES .PP Upon successful completion, the character pointer \fIansi\fR points to is incremented by the size of the character. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/rtlstr.c"\fR. .PP Debug channel \fB"ntdll"\fR.