Win32 API 日本語リファレンス
ホームWeb.MsHtml › styleMsHighContrastAdjust

styleMsHighContrastAdjust

列挙型
基底型i4

メンバー 4

名前10進16進
styleMsHighContrastAdjustNotSet00x0
styleMsHighContrastAdjustAuto10x1
styleMsHighContrastAdjustNone20x2
styleMsHighContrastAdjust_Max21474836470x7FFFFFFF

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum styleMsHighContrastAdjust : int {
    styleMsHighContrastAdjustNotSet = 0,
    styleMsHighContrastAdjustAuto = 1,
    styleMsHighContrastAdjustNone = 2,
    styleMsHighContrastAdjust_Max = 2147483647
} styleMsHighContrastAdjust;
public enum styleMsHighContrastAdjust : int
{
    styleMsHighContrastAdjustNotSet = 0,
    styleMsHighContrastAdjustAuto = 1,
    styleMsHighContrastAdjustNone = 2,
    styleMsHighContrastAdjust_Max = 2147483647,
}
Public Enum styleMsHighContrastAdjust As Integer
    styleMsHighContrastAdjustNotSet = 0
    styleMsHighContrastAdjustAuto = 1
    styleMsHighContrastAdjustNone = 2
    styleMsHighContrastAdjust_Max = 2147483647
End Enum
import enum

class styleMsHighContrastAdjust(enum.IntEnum):
    styleMsHighContrastAdjustNotSet = 0
    styleMsHighContrastAdjustAuto = 1
    styleMsHighContrastAdjustNone = 2
    styleMsHighContrastAdjust_Max = 2147483647
// styleMsHighContrastAdjust
pub const styleMsHighContrastAdjustNotSet: i32 = 0;
pub const styleMsHighContrastAdjustAuto: i32 = 1;
pub const styleMsHighContrastAdjustNone: i32 = 2;
pub const styleMsHighContrastAdjust_Max: i32 = 2147483647;
// styleMsHighContrastAdjust
const (
	styleMsHighContrastAdjustNotSet int32 = 0
	styleMsHighContrastAdjustAuto int32 = 1
	styleMsHighContrastAdjustNone int32 = 2
	styleMsHighContrastAdjust_Max int32 = 2147483647
)
const
  styleMsHighContrastAdjustNotSet = 0;
  styleMsHighContrastAdjustAuto = 1;
  styleMsHighContrastAdjustNone = 2;
  styleMsHighContrastAdjust_Max = 2147483647;
// styleMsHighContrastAdjust
pub const styleMsHighContrastAdjustNotSet: i32 = 0;
pub const styleMsHighContrastAdjustAuto: i32 = 1;
pub const styleMsHighContrastAdjustNone: i32 = 2;
pub const styleMsHighContrastAdjust_Max: i32 = 2147483647;
const
  styleMsHighContrastAdjustNotSet* = 0
  styleMsHighContrastAdjustAuto* = 1
  styleMsHighContrastAdjustNone* = 2
  styleMsHighContrastAdjust_Max* = 2147483647
enum styleMsHighContrastAdjust : int {
    styleMsHighContrastAdjustNotSet = 0,
    styleMsHighContrastAdjustAuto = 1,
    styleMsHighContrastAdjustNone = 2,
    styleMsHighContrastAdjust_Max = 2147483647,
}
#define global styleMsHighContrastAdjustNotSet 0x0
#define global styleMsHighContrastAdjustAuto   0x1
#define global styleMsHighContrastAdjustNone   0x2
#define global styleMsHighContrastAdjust_Max   0x7FFFFFFF