LPSTR AnsiNext(lpCurrentChar)
This function moves to the next character in a string.
Parameter | Type/Description |
lpCurrentChar | LPSTR Points to a character in a null-terminated string. |
The return value points to the next character in the string, or, if there is no next character, to the null character at the end of the string.
The AnsiNext function is used to move through strings whose characters are two or more bytes each (for example, strings that contain characters from a Japanese character set).