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