Win32 API 日本語リファレンス
ホームUI.Shell › NSTCGNI

NSTCGNI

列挙型
基底型i4

メンバー 8

名前10進16進
NSTCGNI_NEXT00x0
NSTCGNI_NEXTVISIBLE10x1
NSTCGNI_PREV20x2
NSTCGNI_PREVVISIBLE30x3
NSTCGNI_PARENT40x4
NSTCGNI_CHILD50x5
NSTCGNI_FIRSTVISIBLE60x6
NSTCGNI_LASTVISIBLE70x7

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 7
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,
}
#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