次の方法で共有


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 [デスクトップ アプリのみ]
サポートされている最小のサーバー サポートなし
Header rectypes.h

関連項目

GetEnabledUnicodeRanges 関数

GetUnicodeRanges 関数

SetEnabledUnicodeRanges 関数