共用方式為


IsExtendedChar

呼叫這個函式會發現,如果指定的字元是否為擴充字元 (小於 32),大於 126,而非定位字元、換行字元、歸位字元 (Carriage Return)

inline int IsExtendedChar( 
   char ch  
) throw( );

參數

  • ch
    要測試的字元。

傳回值

,如果字元為擴充的,則為

需求

Header: atlenc.h

請參閱

其他資源

Active Template Library (ATL) 概念

ATL COM Desktop Components

ATL Functions Alphabetical Reference