ホーム › System.Wmi › WBEM_SHUTDOWN_FLAGS
WBEM_SHUTDOWN_FLAGS
列挙型メンバー 3
| 名前 | 10進 | 16進 |
|---|---|---|
| WBEM_SHUTDOWN_UNLOAD_COMPONENT | 1 | 0x1 |
| WBEM_SHUTDOWN_WMI | 2 | 0x2 |
| WBEM_SHUTDOWN_OS | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WBEM_SHUTDOWN_FLAGS : int {
WBEM_SHUTDOWN_UNLOAD_COMPONENT = 1,
WBEM_SHUTDOWN_WMI = 2,
WBEM_SHUTDOWN_OS = 3
} WBEM_SHUTDOWN_FLAGS;public enum WBEM_SHUTDOWN_FLAGS : int
{
WBEM_SHUTDOWN_UNLOAD_COMPONENT = 1,
WBEM_SHUTDOWN_WMI = 2,
WBEM_SHUTDOWN_OS = 3,
}Public Enum WBEM_SHUTDOWN_FLAGS As Integer
WBEM_SHUTDOWN_UNLOAD_COMPONENT = 1
WBEM_SHUTDOWN_WMI = 2
WBEM_SHUTDOWN_OS = 3
End Enumimport enum
class WBEM_SHUTDOWN_FLAGS(enum.IntEnum):
WBEM_SHUTDOWN_UNLOAD_COMPONENT = 1
WBEM_SHUTDOWN_WMI = 2
WBEM_SHUTDOWN_OS = 3// WBEM_SHUTDOWN_FLAGS
pub const WBEM_SHUTDOWN_UNLOAD_COMPONENT: i32 = 1;
pub const WBEM_SHUTDOWN_WMI: i32 = 2;
pub const WBEM_SHUTDOWN_OS: i32 = 3;// WBEM_SHUTDOWN_FLAGS
const (
WBEM_SHUTDOWN_UNLOAD_COMPONENT int32 = 1
WBEM_SHUTDOWN_WMI int32 = 2
WBEM_SHUTDOWN_OS int32 = 3
)const
WBEM_SHUTDOWN_UNLOAD_COMPONENT = 1;
WBEM_SHUTDOWN_WMI = 2;
WBEM_SHUTDOWN_OS = 3;// WBEM_SHUTDOWN_FLAGS
pub const WBEM_SHUTDOWN_UNLOAD_COMPONENT: i32 = 1;
pub const WBEM_SHUTDOWN_WMI: i32 = 2;
pub const WBEM_SHUTDOWN_OS: i32 = 3;const
WBEM_SHUTDOWN_UNLOAD_COMPONENT* = 1
WBEM_SHUTDOWN_WMI* = 2
WBEM_SHUTDOWN_OS* = 3enum WBEM_SHUTDOWN_FLAGS : int {
WBEM_SHUTDOWN_UNLOAD_COMPONENT = 1,
WBEM_SHUTDOWN_WMI = 2,
WBEM_SHUTDOWN_OS = 3,
}#define global WBEM_SHUTDOWN_UNLOAD_COMPONENT 0x1
#define global WBEM_SHUTDOWN_WMI 0x2
#define global WBEM_SHUTDOWN_OS 0x3