Share via


CharNext (Windows CE 5.0)

Send Feedback

This function returns a pointer to the next character in a string.

LPTSTR CharNext(LPCTSTRlpsz);

Parameters

  • lpsz
    [in] Pointer to a character in a null-terminated string.

Return Values

A pointer to the next character in the string, or to the terminating null character if at the end of the string, indicates success.

If lpsz points to the terminating null character, the return value is equal to lpsz.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Winbase.h.
Link Library: Coredll.lib.

See Also

CharPrev

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.