AnsiNext

Syntax

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.  

Return Value

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.

Comments

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).