IsCharUpper (Windows CE 5.0)
This function determines whether a character is uppercase. This determination is based on the semantics of the language selected by the user during setup or by using Control Panel.
BOOLIsCharUpper(TCHARch );
Parameters
- ch
[in] The character to be tested.
Return Values
Nonzero indicates that the character is uppercase. Zero indicates that the character is not uppercase. 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
IsCharLower | Programming with Unicode and NLS
Send Feedback on this topic to the authors