ホーム › Storage.FileSystem › NtmsPoolType
NtmsPoolType
列挙型メンバー 5
| 名前 | 10進 | 16進 |
|---|---|---|
| NTMS_POOLTYPE_UNKNOWN | 0 | 0x0 |
| NTMS_POOLTYPE_SCRATCH | 1 | 0x1 |
| NTMS_POOLTYPE_FOREIGN | 2 | 0x2 |
| NTMS_POOLTYPE_IMPORT | 3 | 0x3 |
| NTMS_POOLTYPE_APPLICATION | 1000 | 0x3E8 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum NtmsPoolType : int {
NTMS_POOLTYPE_UNKNOWN = 0,
NTMS_POOLTYPE_SCRATCH = 1,
NTMS_POOLTYPE_FOREIGN = 2,
NTMS_POOLTYPE_IMPORT = 3,
NTMS_POOLTYPE_APPLICATION = 1000
} NtmsPoolType;public enum NtmsPoolType : int
{
NTMS_POOLTYPE_UNKNOWN = 0,
NTMS_POOLTYPE_SCRATCH = 1,
NTMS_POOLTYPE_FOREIGN = 2,
NTMS_POOLTYPE_IMPORT = 3,
NTMS_POOLTYPE_APPLICATION = 1000,
}Public Enum NtmsPoolType As Integer
NTMS_POOLTYPE_UNKNOWN = 0
NTMS_POOLTYPE_SCRATCH = 1
NTMS_POOLTYPE_FOREIGN = 2
NTMS_POOLTYPE_IMPORT = 3
NTMS_POOLTYPE_APPLICATION = 1000
End Enumimport enum
class NtmsPoolType(enum.IntEnum):
NTMS_POOLTYPE_UNKNOWN = 0
NTMS_POOLTYPE_SCRATCH = 1
NTMS_POOLTYPE_FOREIGN = 2
NTMS_POOLTYPE_IMPORT = 3
NTMS_POOLTYPE_APPLICATION = 1000// NtmsPoolType
pub const NTMS_POOLTYPE_UNKNOWN: i32 = 0;
pub const NTMS_POOLTYPE_SCRATCH: i32 = 1;
pub const NTMS_POOLTYPE_FOREIGN: i32 = 2;
pub const NTMS_POOLTYPE_IMPORT: i32 = 3;
pub const NTMS_POOLTYPE_APPLICATION: i32 = 1000;// NtmsPoolType
const (
NTMS_POOLTYPE_UNKNOWN int32 = 0
NTMS_POOLTYPE_SCRATCH int32 = 1
NTMS_POOLTYPE_FOREIGN int32 = 2
NTMS_POOLTYPE_IMPORT int32 = 3
NTMS_POOLTYPE_APPLICATION int32 = 1000
)const
NTMS_POOLTYPE_UNKNOWN = 0;
NTMS_POOLTYPE_SCRATCH = 1;
NTMS_POOLTYPE_FOREIGN = 2;
NTMS_POOLTYPE_IMPORT = 3;
NTMS_POOLTYPE_APPLICATION = 1000;// NtmsPoolType
pub const NTMS_POOLTYPE_UNKNOWN: i32 = 0;
pub const NTMS_POOLTYPE_SCRATCH: i32 = 1;
pub const NTMS_POOLTYPE_FOREIGN: i32 = 2;
pub const NTMS_POOLTYPE_IMPORT: i32 = 3;
pub const NTMS_POOLTYPE_APPLICATION: i32 = 1000;const
NTMS_POOLTYPE_UNKNOWN* = 0
NTMS_POOLTYPE_SCRATCH* = 1
NTMS_POOLTYPE_FOREIGN* = 2
NTMS_POOLTYPE_IMPORT* = 3
NTMS_POOLTYPE_APPLICATION* = 1000enum NtmsPoolType : int {
NTMS_POOLTYPE_UNKNOWN = 0,
NTMS_POOLTYPE_SCRATCH = 1,
NTMS_POOLTYPE_FOREIGN = 2,
NTMS_POOLTYPE_IMPORT = 3,
NTMS_POOLTYPE_APPLICATION = 1000,
}#define global NTMS_POOLTYPE_UNKNOWN 0x0
#define global NTMS_POOLTYPE_SCRATCH 0x1
#define global NTMS_POOLTYPE_FOREIGN 0x2
#define global NTMS_POOLTYPE_IMPORT 0x3
#define global NTMS_POOLTYPE_APPLICATION 0x3E8