Share via


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( );

Parameters

  • ch
    The character to be tested

Return Value

TRUE if the character is extended, FALSE otherwise.

Requirements

Header: atlenc.h

See Also

Other Resources

Active Template Library (ATL) Concepts

ATL COM Desktop Components

ATL Functions Alphabetical Reference