共用方式為


CHARACTER_RANGE 結構 (rectypes.h)

指定 Unicode 點的範圍 (字元) 。

語法

typedef struct tagCHARACTER_RANGE {
  WCHAR  wcLow;
  USHORT cChars;
} CHARACTER_RANGE, *PCHARACTER_RANGE;

成員

wcLow

支援 Unicode 點範圍內的低 Unicode 字碼點。

cChars

此範圍中支援的 Unicode 點數目。

需求

   
最低支援的用戶端 Windows XP Tablet PC Edition [僅限傳統型應用程式]
最低支援的伺服器 都不支援
標頭 rectypes.h

另請參閱

GetEnabledUnicodeRanges 函式

GetUnicodeRanges 函式

SetEnabledUnicodeRanges 函式