NSTCGNI
列挙型メンバー 8
| 名前 | 10進 | 16進 |
|---|---|---|
| NSTCGNI_NEXT | 0 | 0x0 |
| NSTCGNI_NEXTVISIBLE | 1 | 0x1 |
| NSTCGNI_PREV | 2 | 0x2 |
| NSTCGNI_PREVVISIBLE | 3 | 0x3 |
| NSTCGNI_PARENT | 4 | 0x4 |
| NSTCGNI_CHILD | 5 | 0x5 |
| NSTCGNI_FIRSTVISIBLE | 6 | 0x6 |
| NSTCGNI_LASTVISIBLE | 7 | 0x7 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum NSTCGNI : int {
NSTCGNI_NEXT = 0,
NSTCGNI_NEXTVISIBLE = 1,
NSTCGNI_PREV = 2,
NSTCGNI_PREVVISIBLE = 3,
NSTCGNI_PARENT = 4,
NSTCGNI_CHILD = 5,
NSTCGNI_FIRSTVISIBLE = 6,
NSTCGNI_LASTVISIBLE = 7
} NSTCGNI;public enum NSTCGNI : int
{
NSTCGNI_NEXT = 0,
NSTCGNI_NEXTVISIBLE = 1,
NSTCGNI_PREV = 2,
NSTCGNI_PREVVISIBLE = 3,
NSTCGNI_PARENT = 4,
NSTCGNI_CHILD = 5,
NSTCGNI_FIRSTVISIBLE = 6,
NSTCGNI_LASTVISIBLE = 7,
}Public Enum NSTCGNI As Integer
NSTCGNI_NEXT = 0
NSTCGNI_NEXTVISIBLE = 1
NSTCGNI_PREV = 2
NSTCGNI_PREVVISIBLE = 3
NSTCGNI_PARENT = 4
NSTCGNI_CHILD = 5
NSTCGNI_FIRSTVISIBLE = 6
NSTCGNI_LASTVISIBLE = 7
End Enumimport enum
class NSTCGNI(enum.IntEnum):
NSTCGNI_NEXT = 0
NSTCGNI_NEXTVISIBLE = 1
NSTCGNI_PREV = 2
NSTCGNI_PREVVISIBLE = 3
NSTCGNI_PARENT = 4
NSTCGNI_CHILD = 5
NSTCGNI_FIRSTVISIBLE = 6
NSTCGNI_LASTVISIBLE = 7// NSTCGNI
pub const NSTCGNI_NEXT: i32 = 0;
pub const NSTCGNI_NEXTVISIBLE: i32 = 1;
pub const NSTCGNI_PREV: i32 = 2;
pub const NSTCGNI_PREVVISIBLE: i32 = 3;
pub const NSTCGNI_PARENT: i32 = 4;
pub const NSTCGNI_CHILD: i32 = 5;
pub const NSTCGNI_FIRSTVISIBLE: i32 = 6;
pub const NSTCGNI_LASTVISIBLE: i32 = 7;// NSTCGNI
const (
NSTCGNI_NEXT int32 = 0
NSTCGNI_NEXTVISIBLE int32 = 1
NSTCGNI_PREV int32 = 2
NSTCGNI_PREVVISIBLE int32 = 3
NSTCGNI_PARENT int32 = 4
NSTCGNI_CHILD int32 = 5
NSTCGNI_FIRSTVISIBLE int32 = 6
NSTCGNI_LASTVISIBLE int32 = 7
)const
NSTCGNI_NEXT = 0;
NSTCGNI_NEXTVISIBLE = 1;
NSTCGNI_PREV = 2;
NSTCGNI_PREVVISIBLE = 3;
NSTCGNI_PARENT = 4;
NSTCGNI_CHILD = 5;
NSTCGNI_FIRSTVISIBLE = 6;
NSTCGNI_LASTVISIBLE = 7;// NSTCGNI
pub const NSTCGNI_NEXT: i32 = 0;
pub const NSTCGNI_NEXTVISIBLE: i32 = 1;
pub const NSTCGNI_PREV: i32 = 2;
pub const NSTCGNI_PREVVISIBLE: i32 = 3;
pub const NSTCGNI_PARENT: i32 = 4;
pub const NSTCGNI_CHILD: i32 = 5;
pub const NSTCGNI_FIRSTVISIBLE: i32 = 6;
pub const NSTCGNI_LASTVISIBLE: i32 = 7;const
NSTCGNI_NEXT* = 0
NSTCGNI_NEXTVISIBLE* = 1
NSTCGNI_PREV* = 2
NSTCGNI_PREVVISIBLE* = 3
NSTCGNI_PARENT* = 4
NSTCGNI_CHILD* = 5
NSTCGNI_FIRSTVISIBLE* = 6
NSTCGNI_LASTVISIBLE* = 7enum NSTCGNI : int {
NSTCGNI_NEXT = 0,
NSTCGNI_NEXTVISIBLE = 1,
NSTCGNI_PREV = 2,
NSTCGNI_PREVVISIBLE = 3,
NSTCGNI_PARENT = 4,
NSTCGNI_CHILD = 5,
NSTCGNI_FIRSTVISIBLE = 6,
NSTCGNI_LASTVISIBLE = 7,
}#define global NSTCGNI_NEXT 0x0
#define global NSTCGNI_NEXTVISIBLE 0x1
#define global NSTCGNI_PREV 0x2
#define global NSTCGNI_PREVVISIBLE 0x3
#define global NSTCGNI_PARENT 0x4
#define global NSTCGNI_CHILD 0x5
#define global NSTCGNI_FIRSTVISIBLE 0x6
#define global NSTCGNI_LASTVISIBLE 0x7