다음을 통해 공유


IsCharLower (Windows CE 5.0)

Send Feedback

This function determines whether a character is lowercase.

BOOLIsCharLower(TCHARch );

Parameters

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

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Winbase.h.
Link Library: Coreloc.lib.

See Also

IsCharUpper | Programming with Unicode and NLS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.