ホーム › Storage.Nvme › NVME_LBA_RANGE_TYPES
NVME_LBA_RANGE_TYPES
列挙型メンバー 5
| 名前 | 10進 | 16進 |
|---|---|---|
| NVME_LBA_RANGE_TYPE_RESERVED | 0 | 0x0 |
| NVME_LBA_RANGE_TYPE_FILESYSTEM | 1 | 0x1 |
| NVME_LBA_RANGE_TYPE_RAID | 2 | 0x2 |
| NVME_LBA_RANGE_TYPE_CACHE | 3 | 0x3 |
| NVME_LBA_RANGE_TYPE_PAGE_SWAP_FILE | 4 | 0x4 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum NVME_LBA_RANGE_TYPES : int {
NVME_LBA_RANGE_TYPE_RESERVED = 0,
NVME_LBA_RANGE_TYPE_FILESYSTEM = 1,
NVME_LBA_RANGE_TYPE_RAID = 2,
NVME_LBA_RANGE_TYPE_CACHE = 3,
NVME_LBA_RANGE_TYPE_PAGE_SWAP_FILE = 4
} NVME_LBA_RANGE_TYPES;public enum NVME_LBA_RANGE_TYPES : int
{
NVME_LBA_RANGE_TYPE_RESERVED = 0,
NVME_LBA_RANGE_TYPE_FILESYSTEM = 1,
NVME_LBA_RANGE_TYPE_RAID = 2,
NVME_LBA_RANGE_TYPE_CACHE = 3,
NVME_LBA_RANGE_TYPE_PAGE_SWAP_FILE = 4,
}Public Enum NVME_LBA_RANGE_TYPES As Integer
NVME_LBA_RANGE_TYPE_RESERVED = 0
NVME_LBA_RANGE_TYPE_FILESYSTEM = 1
NVME_LBA_RANGE_TYPE_RAID = 2
NVME_LBA_RANGE_TYPE_CACHE = 3
NVME_LBA_RANGE_TYPE_PAGE_SWAP_FILE = 4
End Enumimport enum
class NVME_LBA_RANGE_TYPES(enum.IntEnum):
NVME_LBA_RANGE_TYPE_RESERVED = 0
NVME_LBA_RANGE_TYPE_FILESYSTEM = 1
NVME_LBA_RANGE_TYPE_RAID = 2
NVME_LBA_RANGE_TYPE_CACHE = 3
NVME_LBA_RANGE_TYPE_PAGE_SWAP_FILE = 4// NVME_LBA_RANGE_TYPES
pub const NVME_LBA_RANGE_TYPE_RESERVED: i32 = 0;
pub const NVME_LBA_RANGE_TYPE_FILESYSTEM: i32 = 1;
pub const NVME_LBA_RANGE_TYPE_RAID: i32 = 2;
pub const NVME_LBA_RANGE_TYPE_CACHE: i32 = 3;
pub const NVME_LBA_RANGE_TYPE_PAGE_SWAP_FILE: i32 = 4;// NVME_LBA_RANGE_TYPES
const (
NVME_LBA_RANGE_TYPE_RESERVED int32 = 0
NVME_LBA_RANGE_TYPE_FILESYSTEM int32 = 1
NVME_LBA_RANGE_TYPE_RAID int32 = 2
NVME_LBA_RANGE_TYPE_CACHE int32 = 3
NVME_LBA_RANGE_TYPE_PAGE_SWAP_FILE int32 = 4
)const
NVME_LBA_RANGE_TYPE_RESERVED = 0;
NVME_LBA_RANGE_TYPE_FILESYSTEM = 1;
NVME_LBA_RANGE_TYPE_RAID = 2;
NVME_LBA_RANGE_TYPE_CACHE = 3;
NVME_LBA_RANGE_TYPE_PAGE_SWAP_FILE = 4;// NVME_LBA_RANGE_TYPES
pub const NVME_LBA_RANGE_TYPE_RESERVED: i32 = 0;
pub const NVME_LBA_RANGE_TYPE_FILESYSTEM: i32 = 1;
pub const NVME_LBA_RANGE_TYPE_RAID: i32 = 2;
pub const NVME_LBA_RANGE_TYPE_CACHE: i32 = 3;
pub const NVME_LBA_RANGE_TYPE_PAGE_SWAP_FILE: i32 = 4;const
NVME_LBA_RANGE_TYPE_RESERVED* = 0
NVME_LBA_RANGE_TYPE_FILESYSTEM* = 1
NVME_LBA_RANGE_TYPE_RAID* = 2
NVME_LBA_RANGE_TYPE_CACHE* = 3
NVME_LBA_RANGE_TYPE_PAGE_SWAP_FILE* = 4enum NVME_LBA_RANGE_TYPES : int {
NVME_LBA_RANGE_TYPE_RESERVED = 0,
NVME_LBA_RANGE_TYPE_FILESYSTEM = 1,
NVME_LBA_RANGE_TYPE_RAID = 2,
NVME_LBA_RANGE_TYPE_CACHE = 3,
NVME_LBA_RANGE_TYPE_PAGE_SWAP_FILE = 4,
}#define global NVME_LBA_RANGE_TYPE_RESERVED 0x0
#define global NVME_LBA_RANGE_TYPE_FILESYSTEM 0x1
#define global NVME_LBA_RANGE_TYPE_RAID 0x2
#define global NVME_LBA_RANGE_TYPE_CACHE 0x3
#define global NVME_LBA_RANGE_TYPE_PAGE_SWAP_FILE 0x4