◄Function Group► ◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_WINCOUNTRY PSZ WinNextChar(hab, idcp, idcc, psz) HAB hab; /* handle of the anchor block */ USHORT idcp; /* code page */ USHORT idcc; /* country code */ PSZ psz; /* address of character in string */ The WinNextChar function moves to the next character in a string. Parameter Description ──────────────────────────────────────────────────────────────────────────── hab Identifies the anchor block. idcp Identifies the code page. idcc Identifies the country code. psz Points to a character in a null-terminated string. Return Value The return value points to the next character in the string or the NULL terminating character. See Also WinPrevChar ♦