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

styleMsContentZoomChaining

列挙型
基底型i4

メンバー 4

名前10進16進
styleMsContentZoomChainingNotSet00x0
styleMsContentZoomChainingNone10x1
styleMsContentZoomChainingChained20x2
styleMsContentZoomChaining_Max21474836470x7FFFFFFF

各言語での定義

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

typedef enum styleMsContentZoomChaining : int {
    styleMsContentZoomChainingNotSet = 0,
    styleMsContentZoomChainingNone = 1,
    styleMsContentZoomChainingChained = 2,
    styleMsContentZoomChaining_Max = 2147483647
} styleMsContentZoomChaining;
public enum styleMsContentZoomChaining : int
{
    styleMsContentZoomChainingNotSet = 0,
    styleMsContentZoomChainingNone = 1,
    styleMsContentZoomChainingChained = 2,
    styleMsContentZoomChaining_Max = 2147483647,
}
Public Enum styleMsContentZoomChaining As Integer
    styleMsContentZoomChainingNotSet = 0
    styleMsContentZoomChainingNone = 1
    styleMsContentZoomChainingChained = 2
    styleMsContentZoomChaining_Max = 2147483647
End Enum
import enum

class styleMsContentZoomChaining(enum.IntEnum):
    styleMsContentZoomChainingNotSet = 0
    styleMsContentZoomChainingNone = 1
    styleMsContentZoomChainingChained = 2
    styleMsContentZoomChaining_Max = 2147483647
// styleMsContentZoomChaining
pub const styleMsContentZoomChainingNotSet: i32 = 0;
pub const styleMsContentZoomChainingNone: i32 = 1;
pub const styleMsContentZoomChainingChained: i32 = 2;
pub const styleMsContentZoomChaining_Max: i32 = 2147483647;
// styleMsContentZoomChaining
const (
	styleMsContentZoomChainingNotSet int32 = 0
	styleMsContentZoomChainingNone int32 = 1
	styleMsContentZoomChainingChained int32 = 2
	styleMsContentZoomChaining_Max int32 = 2147483647
)
const
  styleMsContentZoomChainingNotSet = 0;
  styleMsContentZoomChainingNone = 1;
  styleMsContentZoomChainingChained = 2;
  styleMsContentZoomChaining_Max = 2147483647;
// styleMsContentZoomChaining
pub const styleMsContentZoomChainingNotSet: i32 = 0;
pub const styleMsContentZoomChainingNone: i32 = 1;
pub const styleMsContentZoomChainingChained: i32 = 2;
pub const styleMsContentZoomChaining_Max: i32 = 2147483647;
const
  styleMsContentZoomChainingNotSet* = 0
  styleMsContentZoomChainingNone* = 1
  styleMsContentZoomChainingChained* = 2
  styleMsContentZoomChaining_Max* = 2147483647
enum styleMsContentZoomChaining : int {
    styleMsContentZoomChainingNotSet = 0,
    styleMsContentZoomChainingNone = 1,
    styleMsContentZoomChainingChained = 2,
    styleMsContentZoomChaining_Max = 2147483647,
}
#define global styleMsContentZoomChainingNotSet  0x0
#define global styleMsContentZoomChainingNone    0x1
#define global styleMsContentZoomChainingChained 0x2
#define global styleMsContentZoomChaining_Max    0x7FFFFFFF