IsExtendedChar
Call this function to find out if a given character is an extended character (less than 32, greater than 126, and not a tab, linefeed or carriage return)
inline int IsExtendedChar(
char ch
) throw( );
Параметры
- ch
The character to be tested
Возвращаемое значение
TRUE if the character is extended, FALSE otherwise.
Требования
Header: atlenc.h