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