This function determines whether a character is lowercase. This determination is based on the semantics of the language selected by the user during setup or by using Control Panel.
At a Glance
Header file: | Winbase.h |
Windows CE versions: | 1.0 and later |
Syntax
BOOL IsCharLower(TCHAR ch);
Parameters
ch
[in] Specifies the character to be tested.
Return Values
Nonzero indicates that the character is lowercase.
Zero indicates that the character is not lowercase. To get extended error information, call GetLastError.
Remarks
Windows CE supports only the Unicode version of this function.
See Also