ホーム › System.Console › CONSOLECONTROL
CONSOLECONTROL
列挙型メンバー 8
| 名前 | 10進 | 16進 |
|---|---|---|
| Reserved1 | 0 | 0x0 |
| ConsoleNotifyConsoleApplication | 1 | 0x1 |
| Reserved2 | 2 | 0x2 |
| ConsoleSetCaretInfo | 3 | 0x3 |
| Reserved3 | 4 | 0x4 |
| ConsoleSetForeground | 5 | 0x5 |
| ConsoleSetWindowOwner | 6 | 0x6 |
| ConsoleEndTask | 7 | 0x7 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum CONSOLECONTROL : int {
Reserved1 = 0,
ConsoleNotifyConsoleApplication = 1,
Reserved2 = 2,
ConsoleSetCaretInfo = 3,
Reserved3 = 4,
ConsoleSetForeground = 5,
ConsoleSetWindowOwner = 6,
ConsoleEndTask = 7
} CONSOLECONTROL;public enum CONSOLECONTROL : int
{
Reserved1 = 0,
ConsoleNotifyConsoleApplication = 1,
Reserved2 = 2,
ConsoleSetCaretInfo = 3,
Reserved3 = 4,
ConsoleSetForeground = 5,
ConsoleSetWindowOwner = 6,
ConsoleEndTask = 7,
}Public Enum CONSOLECONTROL As Integer
Reserved1 = 0
ConsoleNotifyConsoleApplication = 1
Reserved2 = 2
ConsoleSetCaretInfo = 3
Reserved3 = 4
ConsoleSetForeground = 5
ConsoleSetWindowOwner = 6
ConsoleEndTask = 7
End Enumimport enum
class CONSOLECONTROL(enum.IntEnum):
Reserved1 = 0
ConsoleNotifyConsoleApplication = 1
Reserved2 = 2
ConsoleSetCaretInfo = 3
Reserved3 = 4
ConsoleSetForeground = 5
ConsoleSetWindowOwner = 6
ConsoleEndTask = 7// CONSOLECONTROL
pub const Reserved1: i32 = 0;
pub const ConsoleNotifyConsoleApplication: i32 = 1;
pub const Reserved2: i32 = 2;
pub const ConsoleSetCaretInfo: i32 = 3;
pub const Reserved3: i32 = 4;
pub const ConsoleSetForeground: i32 = 5;
pub const ConsoleSetWindowOwner: i32 = 6;
pub const ConsoleEndTask: i32 = 7;// CONSOLECONTROL
const (
Reserved1 int32 = 0
ConsoleNotifyConsoleApplication int32 = 1
Reserved2 int32 = 2
ConsoleSetCaretInfo int32 = 3
Reserved3 int32 = 4
ConsoleSetForeground int32 = 5
ConsoleSetWindowOwner int32 = 6
ConsoleEndTask int32 = 7
)const
Reserved1 = 0;
ConsoleNotifyConsoleApplication = 1;
Reserved2 = 2;
ConsoleSetCaretInfo = 3;
Reserved3 = 4;
ConsoleSetForeground = 5;
ConsoleSetWindowOwner = 6;
ConsoleEndTask = 7;// CONSOLECONTROL
pub const Reserved1: i32 = 0;
pub const ConsoleNotifyConsoleApplication: i32 = 1;
pub const Reserved2: i32 = 2;
pub const ConsoleSetCaretInfo: i32 = 3;
pub const Reserved3: i32 = 4;
pub const ConsoleSetForeground: i32 = 5;
pub const ConsoleSetWindowOwner: i32 = 6;
pub const ConsoleEndTask: i32 = 7;const
Reserved1* = 0
ConsoleNotifyConsoleApplication* = 1
Reserved2* = 2
ConsoleSetCaretInfo* = 3
Reserved3* = 4
ConsoleSetForeground* = 5
ConsoleSetWindowOwner* = 6
ConsoleEndTask* = 7enum CONSOLECONTROL : int {
Reserved1 = 0,
ConsoleNotifyConsoleApplication = 1,
Reserved2 = 2,
ConsoleSetCaretInfo = 3,
Reserved3 = 4,
ConsoleSetForeground = 5,
ConsoleSetWindowOwner = 6,
ConsoleEndTask = 7,
}#define global Reserved1 0x0
#define global ConsoleNotifyConsoleApplication 0x1
#define global Reserved2 0x2
#define global ConsoleSetCaretInfo 0x3
#define global Reserved3 0x4
#define global ConsoleSetForeground 0x5
#define global ConsoleSetWindowOwner 0x6
#define global ConsoleEndTask 0x7