WORD AnsiLowerBuff(lpString,nLength)
This function converts character string in a buffer to lowercase. The conversion is made by the language driver based on the criteria of the current language selected by the user at setup or with the Control Panel.
Parameter | Type/Description |
lpString | LPSTR Points to a buffer containing one or more characters. | |
nLength | WORD Specifies the number of characters in the buffer identified by the lpString parameter. If nLength is zero, the length is 64K (65,536). |
The return value specifies the length of the converted string.