IsCharAlpha (Windows CE 5.0)

Send Feedback

This function determines whether a character is an alphabetic character.

BOOLIsCharAlpha(TCHARch );

Parameters

  • ch
    [in] The character to be tested.

Return Values

Nonzero indicates that the character is alphabetic. Zero indicates that the character is not alphabetic. To get extended error information, call GetLastError.

Remarks

Windows CE supports only the Unicode version of this function.

Requirements

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

See Also

IsCharAlphaNumeric | Programming with Unicode and NLS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.