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

styleWidowsOrphans

列挙型
基底型i4

メンバー 2

名前10進16進
styleWidowsOrphansNotSet-21474836470x80000001
styleWidowsOrphans_Max21474836470x7FFFFFFF

各言語での定義

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

typedef enum styleWidowsOrphans : int {
    styleWidowsOrphansNotSet = -2147483647,
    styleWidowsOrphans_Max = 2147483647
} styleWidowsOrphans;
public enum styleWidowsOrphans : int
{
    styleWidowsOrphansNotSet = -2147483647,
    styleWidowsOrphans_Max = 2147483647,
}
Public Enum styleWidowsOrphans As Integer
    styleWidowsOrphansNotSet = -2147483647
    styleWidowsOrphans_Max = 2147483647
End Enum
import enum

class styleWidowsOrphans(enum.IntEnum):
    styleWidowsOrphansNotSet = -2147483647
    styleWidowsOrphans_Max = 2147483647
// styleWidowsOrphans
pub const styleWidowsOrphansNotSet: i32 = -2147483647;
pub const styleWidowsOrphans_Max: i32 = 2147483647;
// styleWidowsOrphans
const (
	styleWidowsOrphansNotSet int32 = -2147483647
	styleWidowsOrphans_Max int32 = 2147483647
)
const
  styleWidowsOrphansNotSet = -2147483647;
  styleWidowsOrphans_Max = 2147483647;
// styleWidowsOrphans
pub const styleWidowsOrphansNotSet: i32 = -2147483647;
pub const styleWidowsOrphans_Max: i32 = 2147483647;
const
  styleWidowsOrphansNotSet* = -2147483647
  styleWidowsOrphans_Max* = 2147483647
enum styleWidowsOrphans : int {
    styleWidowsOrphansNotSet = -2147483647,
    styleWidowsOrphans_Max = 2147483647,
}
#define global styleWidowsOrphansNotSet 0x80000001
#define global styleWidowsOrphans_Max   0x7FFFFFFF