WORD AnsiUpperBuff(lpString,nLength)
This function converts a character string in a buffer to uppercase. 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.