IsExtendedChar
调用此函数查看,如果特定字符是一个扩展字符(小于32,大于126,而不是选项、换行符或回车)
inline int IsExtendedChar(
char ch
) throw( );
参数
- ch
要测试的字符
返回值
TRUE,如果该字符是扩展,否则 FALSE。
要求
Header: atlenc.h
调用此函数查看,如果特定字符是一个扩展字符(小于32,大于126,而不是选项、换行符或回车)
inline int IsExtendedChar(
char ch
) throw( );
TRUE,如果该字符是扩展,否则 FALSE。
Header: atlenc.h