LLowerBuf
The FSF.LLowerBuf function converts an array of characters, including null ones,
to lower case. This function works in OEM code page.
void WINAPI LLowerBuf( char *Buf, int Length );
Parameters
Buf
An array of characters you want to convert.
Length
Size of the array in bytes.
Return value
None.