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