IsExtendedChar
呼叫這個函式會發現,如果指定的字元是否為擴充字元 (小於 32),大於 126,而非定位字元、換行字元、歸位字元 (Carriage Return)
inline int IsExtendedChar(
char ch
) throw( );
參數
- ch
要測試的字元。
傳回值
是 ,如果字元為擴充的,則為 否 。
需求
Header: atlenc.h
呼叫這個函式會發現,如果指定的字元是否為擴充字元 (小於 32),大於 126,而非定位字元、換行字元、歸位字元 (Carriage Return)
inline int IsExtendedChar(
char ch
) throw( );
是 ,如果字元為擴充的,則為 否 。
Header: atlenc.h