Win32 API 日本語リファレンス
ホームSystem.Diagnostics.Debug › PAGE_OFFLINE_ERROR_TYPES

PAGE_OFFLINE_ERROR_TYPES

列挙型
基底型i4

メンバー 4

名前10進16進
BitErrorDdr400x0
RowErrorDdr410x1
BitErrorDdr520x2
RowErrorDdr530x3

各言語での定義

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

typedef enum PAGE_OFFLINE_ERROR_TYPES : int {
    BitErrorDdr4 = 0,
    RowErrorDdr4 = 1,
    BitErrorDdr5 = 2,
    RowErrorDdr5 = 3
} PAGE_OFFLINE_ERROR_TYPES;
public enum PAGE_OFFLINE_ERROR_TYPES : int
{
    BitErrorDdr4 = 0,
    RowErrorDdr4 = 1,
    BitErrorDdr5 = 2,
    RowErrorDdr5 = 3,
}
Public Enum PAGE_OFFLINE_ERROR_TYPES As Integer
    BitErrorDdr4 = 0
    RowErrorDdr4 = 1
    BitErrorDdr5 = 2
    RowErrorDdr5 = 3
End Enum
import enum

class PAGE_OFFLINE_ERROR_TYPES(enum.IntEnum):
    BitErrorDdr4 = 0
    RowErrorDdr4 = 1
    BitErrorDdr5 = 2
    RowErrorDdr5 = 3
// PAGE_OFFLINE_ERROR_TYPES
pub const BitErrorDdr4: i32 = 0;
pub const RowErrorDdr4: i32 = 1;
pub const BitErrorDdr5: i32 = 2;
pub const RowErrorDdr5: i32 = 3;
// PAGE_OFFLINE_ERROR_TYPES
const (
	BitErrorDdr4 int32 = 0
	RowErrorDdr4 int32 = 1
	BitErrorDdr5 int32 = 2
	RowErrorDdr5 int32 = 3
)
const
  BitErrorDdr4 = 0;
  RowErrorDdr4 = 1;
  BitErrorDdr5 = 2;
  RowErrorDdr5 = 3;
// PAGE_OFFLINE_ERROR_TYPES
pub const BitErrorDdr4: i32 = 0;
pub const RowErrorDdr4: i32 = 1;
pub const BitErrorDdr5: i32 = 2;
pub const RowErrorDdr5: i32 = 3;
const
  BitErrorDdr4* = 0
  RowErrorDdr4* = 1
  BitErrorDdr5* = 2
  RowErrorDdr5* = 3
enum PAGE_OFFLINE_ERROR_TYPES : int {
    BitErrorDdr4 = 0,
    RowErrorDdr4 = 1,
    BitErrorDdr5 = 2,
    RowErrorDdr5 = 3,
}
#define global BitErrorDdr4 0x0
#define global RowErrorDdr4 0x1
#define global BitErrorDdr5 0x2
#define global RowErrorDdr5 0x3