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