Re: ntdll: Implement and test RtlAnsiCharToUnicodeChar
9 Jun
2005
9 Jun
'05
8:26 a.m.
James Hawkins <truiken(a)gmail.com> writes:
+/************************************************************************** + * RtlAnsiCharToUnicodeChar (NTDLL.@) + * + * Converts an ansi character to a unicode character. + * + * PARAMS + * ansi [I/O] Pointer to the ansi string. + * + * RETURNS + * Success: Unicode representation of the first character in the ansi string. + * Failure: NULL. + * + * NOTES + * Upon successful completion, the char pointer ansi points to is + * incremented by one.
It should be incremented by two for multi-byte characters. -- Alexandre Julliard julliard(a)winehq.org
7495
Age (days ago)
7495
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard