IsCharUpper

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.

At a Glance

Header file: Winbase.h
Windows CE versions: 1.0 and later

Syntax

BOOL IsCharUpper(TCHAR ch);

Parameters

ch

[in] Specifies 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.

See Also

IsCharLower