CharLowerBuff (Windows CE 5.0)
This function converts uppercase characters in a buffer to lowercase characters. The function converts the characters in place.
DWORDCharLowerBuff(LPTSTRlpsz, DWORDcchLength );
Parameters
lpsz
[in] Pointer to a buffer that contains one or more characters to process.cchLength
[in] The size, in characters, of the buffer pointed to by lpsz.The function examines the number of bytes or characters indicated by cchLength, even if one or more characters are null characters, and converts uppercase characters to lowercase characters.
Return Values
The number of characters processed indicates success. For example, if CharLowerBuff("Acme of Operating Systems", 10)
succeeds, the return value is 10.
Remarks
Windows CE does not have language drivers.
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
CharUpperBuff | Programming with Unicode and NLS
Send Feedback on this topic to the authors