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.

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.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 1.0 and later Winbase.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

IsCharLower

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.