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

styleMsTouchSelect

列挙型
基底型i4

メンバー 4

名前10進16進
styleMsTouchSelectGrippers00x0
styleMsTouchSelectNone10x1
styleMsTouchSelectNotSet20x2
styleMsTouchSelect_Max21474836470x7FFFFFFF

各言語での定義

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

typedef enum styleMsTouchSelect : int {
    styleMsTouchSelectGrippers = 0,
    styleMsTouchSelectNone = 1,
    styleMsTouchSelectNotSet = 2,
    styleMsTouchSelect_Max = 2147483647
} styleMsTouchSelect;
public enum styleMsTouchSelect : int
{
    styleMsTouchSelectGrippers = 0,
    styleMsTouchSelectNone = 1,
    styleMsTouchSelectNotSet = 2,
    styleMsTouchSelect_Max = 2147483647,
}
Public Enum styleMsTouchSelect As Integer
    styleMsTouchSelectGrippers = 0
    styleMsTouchSelectNone = 1
    styleMsTouchSelectNotSet = 2
    styleMsTouchSelect_Max = 2147483647
End Enum
import enum

class styleMsTouchSelect(enum.IntEnum):
    styleMsTouchSelectGrippers = 0
    styleMsTouchSelectNone = 1
    styleMsTouchSelectNotSet = 2
    styleMsTouchSelect_Max = 2147483647
// styleMsTouchSelect
pub const styleMsTouchSelectGrippers: i32 = 0;
pub const styleMsTouchSelectNone: i32 = 1;
pub const styleMsTouchSelectNotSet: i32 = 2;
pub const styleMsTouchSelect_Max: i32 = 2147483647;
// styleMsTouchSelect
const (
	styleMsTouchSelectGrippers int32 = 0
	styleMsTouchSelectNone int32 = 1
	styleMsTouchSelectNotSet int32 = 2
	styleMsTouchSelect_Max int32 = 2147483647
)
const
  styleMsTouchSelectGrippers = 0;
  styleMsTouchSelectNone = 1;
  styleMsTouchSelectNotSet = 2;
  styleMsTouchSelect_Max = 2147483647;
// styleMsTouchSelect
pub const styleMsTouchSelectGrippers: i32 = 0;
pub const styleMsTouchSelectNone: i32 = 1;
pub const styleMsTouchSelectNotSet: i32 = 2;
pub const styleMsTouchSelect_Max: i32 = 2147483647;
const
  styleMsTouchSelectGrippers* = 0
  styleMsTouchSelectNone* = 1
  styleMsTouchSelectNotSet* = 2
  styleMsTouchSelect_Max* = 2147483647
enum styleMsTouchSelect : int {
    styleMsTouchSelectGrippers = 0,
    styleMsTouchSelectNone = 1,
    styleMsTouchSelectNotSet = 2,
    styleMsTouchSelect_Max = 2147483647,
}
#define global styleMsTouchSelectGrippers 0x0
#define global styleMsTouchSelectNone     0x1
#define global styleMsTouchSelectNotSet   0x2
#define global styleMsTouchSelect_Max     0x7FFFFFFF