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

styleMsScrollChaining

列挙型
基底型i4

メンバー 4

名前10進16進
styleMsScrollChainingNotSet00x0
styleMsScrollChainingNone10x1
styleMsScrollChainingChained20x2
styleMsScrollChaining_Max21474836470x7FFFFFFF

各言語での定義

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

typedef enum styleMsScrollChaining : int {
    styleMsScrollChainingNotSet = 0,
    styleMsScrollChainingNone = 1,
    styleMsScrollChainingChained = 2,
    styleMsScrollChaining_Max = 2147483647
} styleMsScrollChaining;
public enum styleMsScrollChaining : int
{
    styleMsScrollChainingNotSet = 0,
    styleMsScrollChainingNone = 1,
    styleMsScrollChainingChained = 2,
    styleMsScrollChaining_Max = 2147483647,
}
Public Enum styleMsScrollChaining As Integer
    styleMsScrollChainingNotSet = 0
    styleMsScrollChainingNone = 1
    styleMsScrollChainingChained = 2
    styleMsScrollChaining_Max = 2147483647
End Enum
import enum

class styleMsScrollChaining(enum.IntEnum):
    styleMsScrollChainingNotSet = 0
    styleMsScrollChainingNone = 1
    styleMsScrollChainingChained = 2
    styleMsScrollChaining_Max = 2147483647
// styleMsScrollChaining
pub const styleMsScrollChainingNotSet: i32 = 0;
pub const styleMsScrollChainingNone: i32 = 1;
pub const styleMsScrollChainingChained: i32 = 2;
pub const styleMsScrollChaining_Max: i32 = 2147483647;
// styleMsScrollChaining
const (
	styleMsScrollChainingNotSet int32 = 0
	styleMsScrollChainingNone int32 = 1
	styleMsScrollChainingChained int32 = 2
	styleMsScrollChaining_Max int32 = 2147483647
)
const
  styleMsScrollChainingNotSet = 0;
  styleMsScrollChainingNone = 1;
  styleMsScrollChainingChained = 2;
  styleMsScrollChaining_Max = 2147483647;
// styleMsScrollChaining
pub const styleMsScrollChainingNotSet: i32 = 0;
pub const styleMsScrollChainingNone: i32 = 1;
pub const styleMsScrollChainingChained: i32 = 2;
pub const styleMsScrollChaining_Max: i32 = 2147483647;
const
  styleMsScrollChainingNotSet* = 0
  styleMsScrollChainingNone* = 1
  styleMsScrollChainingChained* = 2
  styleMsScrollChaining_Max* = 2147483647
enum styleMsScrollChaining : int {
    styleMsScrollChainingNotSet = 0,
    styleMsScrollChainingNone = 1,
    styleMsScrollChainingChained = 2,
    styleMsScrollChaining_Max = 2147483647,
}
#define global styleMsScrollChainingNotSet  0x0
#define global styleMsScrollChainingNone    0x1
#define global styleMsScrollChainingChained 0x2
#define global styleMsScrollChaining_Max    0x7FFFFFFF