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