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

styleMsScrollTranslation

列挙型
基底型i4

メンバー 4

名前10進16進
styleMsScrollTranslationNotSet00x0
styleMsScrollTranslationNone10x1
styleMsScrollTranslationVtoH20x2
styleMsScrollTranslation_Max21474836470x7FFFFFFF

各言語での定義

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

typedef enum styleMsScrollTranslation : int {
    styleMsScrollTranslationNotSet = 0,
    styleMsScrollTranslationNone = 1,
    styleMsScrollTranslationVtoH = 2,
    styleMsScrollTranslation_Max = 2147483647
} styleMsScrollTranslation;
public enum styleMsScrollTranslation : int
{
    styleMsScrollTranslationNotSet = 0,
    styleMsScrollTranslationNone = 1,
    styleMsScrollTranslationVtoH = 2,
    styleMsScrollTranslation_Max = 2147483647,
}
Public Enum styleMsScrollTranslation As Integer
    styleMsScrollTranslationNotSet = 0
    styleMsScrollTranslationNone = 1
    styleMsScrollTranslationVtoH = 2
    styleMsScrollTranslation_Max = 2147483647
End Enum
import enum

class styleMsScrollTranslation(enum.IntEnum):
    styleMsScrollTranslationNotSet = 0
    styleMsScrollTranslationNone = 1
    styleMsScrollTranslationVtoH = 2
    styleMsScrollTranslation_Max = 2147483647
// styleMsScrollTranslation
pub const styleMsScrollTranslationNotSet: i32 = 0;
pub const styleMsScrollTranslationNone: i32 = 1;
pub const styleMsScrollTranslationVtoH: i32 = 2;
pub const styleMsScrollTranslation_Max: i32 = 2147483647;
// styleMsScrollTranslation
const (
	styleMsScrollTranslationNotSet int32 = 0
	styleMsScrollTranslationNone int32 = 1
	styleMsScrollTranslationVtoH int32 = 2
	styleMsScrollTranslation_Max int32 = 2147483647
)
const
  styleMsScrollTranslationNotSet = 0;
  styleMsScrollTranslationNone = 1;
  styleMsScrollTranslationVtoH = 2;
  styleMsScrollTranslation_Max = 2147483647;
// styleMsScrollTranslation
pub const styleMsScrollTranslationNotSet: i32 = 0;
pub const styleMsScrollTranslationNone: i32 = 1;
pub const styleMsScrollTranslationVtoH: i32 = 2;
pub const styleMsScrollTranslation_Max: i32 = 2147483647;
const
  styleMsScrollTranslationNotSet* = 0
  styleMsScrollTranslationNone* = 1
  styleMsScrollTranslationVtoH* = 2
  styleMsScrollTranslation_Max* = 2147483647
enum styleMsScrollTranslation : int {
    styleMsScrollTranslationNotSet = 0,
    styleMsScrollTranslationNone = 1,
    styleMsScrollTranslationVtoH = 2,
    styleMsScrollTranslation_Max = 2147483647,
}
#define global styleMsScrollTranslationNotSet 0x0
#define global styleMsScrollTranslationNone   0x1
#define global styleMsScrollTranslationVtoH   0x2
#define global styleMsScrollTranslation_Max   0x7FFFFFFF