Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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( );
Parameters
- ch
The character to be tested
Return Value
TRUE if the character is extended, FALSE otherwise.
Requirements
Header: atlenc.h