LIsUpper
The FSF.LIsUpper function tests whether the given
character is in upper case. This function works in OEM code page.
int WINAPI LIsUpper( unsigned Ch );
Parameters
Ch
The character you want to test.
Return value
If the given character is in upper case returns TRUE, otherwise returns FALSE.