Win32 API 日本語リファレンス
ホームNetworking.Clustering › VM_RESDLL_CONTEXT

VM_RESDLL_CONTEXT

列挙型
基底型i4

メンバー 5

名前10進16進
VmResdllContextTurnOff00x0
VmResdllContextSave10x1
VmResdllContextShutdown20x2
VmResdllContextShutdownForce30x3
VmResdllContextLiveMigration40x4

各言語での定義

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