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

styleMsContentZooming

列挙型
基底型i4

メンバー 4

名前10進16進
styleMsContentZoomingNotSet00x0
styleMsContentZoomingNone10x1
styleMsContentZoomingZoom20x2
styleMsContentZooming_Max21474836470x7FFFFFFF

各言語での定義

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

typedef enum styleMsContentZooming : int {
    styleMsContentZoomingNotSet = 0,
    styleMsContentZoomingNone = 1,
    styleMsContentZoomingZoom = 2,
    styleMsContentZooming_Max = 2147483647
} styleMsContentZooming;
public enum styleMsContentZooming : int
{
    styleMsContentZoomingNotSet = 0,
    styleMsContentZoomingNone = 1,
    styleMsContentZoomingZoom = 2,
    styleMsContentZooming_Max = 2147483647,
}
Public Enum styleMsContentZooming As Integer
    styleMsContentZoomingNotSet = 0
    styleMsContentZoomingNone = 1
    styleMsContentZoomingZoom = 2
    styleMsContentZooming_Max = 2147483647
End Enum
import enum

class styleMsContentZooming(enum.IntEnum):
    styleMsContentZoomingNotSet = 0
    styleMsContentZoomingNone = 1
    styleMsContentZoomingZoom = 2
    styleMsContentZooming_Max = 2147483647
// styleMsContentZooming
pub const styleMsContentZoomingNotSet: i32 = 0;
pub const styleMsContentZoomingNone: i32 = 1;
pub const styleMsContentZoomingZoom: i32 = 2;
pub const styleMsContentZooming_Max: i32 = 2147483647;
// styleMsContentZooming
const (
	styleMsContentZoomingNotSet int32 = 0
	styleMsContentZoomingNone int32 = 1
	styleMsContentZoomingZoom int32 = 2
	styleMsContentZooming_Max int32 = 2147483647
)
const
  styleMsContentZoomingNotSet = 0;
  styleMsContentZoomingNone = 1;
  styleMsContentZoomingZoom = 2;
  styleMsContentZooming_Max = 2147483647;
// styleMsContentZooming
pub const styleMsContentZoomingNotSet: i32 = 0;
pub const styleMsContentZoomingNone: i32 = 1;
pub const styleMsContentZoomingZoom: i32 = 2;
pub const styleMsContentZooming_Max: i32 = 2147483647;
const
  styleMsContentZoomingNotSet* = 0
  styleMsContentZoomingNone* = 1
  styleMsContentZoomingZoom* = 2
  styleMsContentZooming_Max* = 2147483647
enum styleMsContentZooming : int {
    styleMsContentZoomingNotSet = 0,
    styleMsContentZoomingNone = 1,
    styleMsContentZoomingZoom = 2,
    styleMsContentZooming_Max = 2147483647,
}
#define global styleMsContentZoomingNotSet 0x0
#define global styleMsContentZoomingNone   0x1
#define global styleMsContentZoomingZoom   0x2
#define global styleMsContentZooming_Max   0x7FFFFFFF