ホーム › System.Diagnostics.Debug › PAGE_OFFLINE_ERROR_TYPES
PAGE_OFFLINE_ERROR_TYPES
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| BitErrorDdr4 | 0 | 0x0 |
| RowErrorDdr4 | 1 | 0x1 |
| BitErrorDdr5 | 2 | 0x2 |
| RowErrorDdr5 | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 3enum 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