IsExtendedChar

调用此函数查看,如果特定字符是一个扩展字符(小于32,大于126,而不是选项、换行符或回车)

inline int IsExtendedChar(
   char ch 
) throw( );

参数

  • ch
    要测试的字符

返回值

TRUE,如果该字符是扩展,否则 FALSE

要求

Header: atlenc.h

请参见

其他资源

ATL概念

ATL COM桌面元素

按字母ATL的函数引用