IsCharAlphaNumeric (Windows CE 5.0)
This function determines whether a character is either an alphabetic or a numeric character.
BOOLIsCharAlphaNumeric(TCHARch );
Parameters
- ch
[in] The character to be tested.
Return Values
Nonzero indicates that the character is alphanumeric. Zero indicates that the character is not alphanumeric. 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
IsCharAlpha | Programming with Unicode and NLS
Send Feedback on this topic to the authors