ホーム › Security.Authentication.Identity › POLICY_NOTIFICATION_INFORMATION_CLASS
POLICY_NOTIFICATION_INFORMATION_CLASS
列挙型メンバー 9
| 名前 | 10進 | 16進 |
|---|---|---|
| PolicyNotifyAuditEventsInformation | 1 | 0x1 |
| PolicyNotifyAccountDomainInformation | 2 | 0x2 |
| PolicyNotifyServerRoleInformation | 3 | 0x3 |
| PolicyNotifyDnsDomainInformation | 4 | 0x4 |
| PolicyNotifyDomainEfsInformation | 5 | 0x5 |
| PolicyNotifyDomainKerberosTicketInformation | 6 | 0x6 |
| PolicyNotifyMachineAccountPasswordInformation | 7 | 0x7 |
| PolicyNotifyGlobalSaclInformation | 8 | 0x8 |
| PolicyNotifyMax | 9 | 0x9 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum POLICY_NOTIFICATION_INFORMATION_CLASS : int {
PolicyNotifyAuditEventsInformation = 1,
PolicyNotifyAccountDomainInformation = 2,
PolicyNotifyServerRoleInformation = 3,
PolicyNotifyDnsDomainInformation = 4,
PolicyNotifyDomainEfsInformation = 5,
PolicyNotifyDomainKerberosTicketInformation = 6,
PolicyNotifyMachineAccountPasswordInformation = 7,
PolicyNotifyGlobalSaclInformation = 8,
PolicyNotifyMax = 9
} POLICY_NOTIFICATION_INFORMATION_CLASS;public enum POLICY_NOTIFICATION_INFORMATION_CLASS : int
{
PolicyNotifyAuditEventsInformation = 1,
PolicyNotifyAccountDomainInformation = 2,
PolicyNotifyServerRoleInformation = 3,
PolicyNotifyDnsDomainInformation = 4,
PolicyNotifyDomainEfsInformation = 5,
PolicyNotifyDomainKerberosTicketInformation = 6,
PolicyNotifyMachineAccountPasswordInformation = 7,
PolicyNotifyGlobalSaclInformation = 8,
PolicyNotifyMax = 9,
}Public Enum POLICY_NOTIFICATION_INFORMATION_CLASS As Integer
PolicyNotifyAuditEventsInformation = 1
PolicyNotifyAccountDomainInformation = 2
PolicyNotifyServerRoleInformation = 3
PolicyNotifyDnsDomainInformation = 4
PolicyNotifyDomainEfsInformation = 5
PolicyNotifyDomainKerberosTicketInformation = 6
PolicyNotifyMachineAccountPasswordInformation = 7
PolicyNotifyGlobalSaclInformation = 8
PolicyNotifyMax = 9
End Enumimport enum
class POLICY_NOTIFICATION_INFORMATION_CLASS(enum.IntEnum):
PolicyNotifyAuditEventsInformation = 1
PolicyNotifyAccountDomainInformation = 2
PolicyNotifyServerRoleInformation = 3
PolicyNotifyDnsDomainInformation = 4
PolicyNotifyDomainEfsInformation = 5
PolicyNotifyDomainKerberosTicketInformation = 6
PolicyNotifyMachineAccountPasswordInformation = 7
PolicyNotifyGlobalSaclInformation = 8
PolicyNotifyMax = 9// POLICY_NOTIFICATION_INFORMATION_CLASS
pub const PolicyNotifyAuditEventsInformation: i32 = 1;
pub const PolicyNotifyAccountDomainInformation: i32 = 2;
pub const PolicyNotifyServerRoleInformation: i32 = 3;
pub const PolicyNotifyDnsDomainInformation: i32 = 4;
pub const PolicyNotifyDomainEfsInformation: i32 = 5;
pub const PolicyNotifyDomainKerberosTicketInformation: i32 = 6;
pub const PolicyNotifyMachineAccountPasswordInformation: i32 = 7;
pub const PolicyNotifyGlobalSaclInformation: i32 = 8;
pub const PolicyNotifyMax: i32 = 9;// POLICY_NOTIFICATION_INFORMATION_CLASS
const (
PolicyNotifyAuditEventsInformation int32 = 1
PolicyNotifyAccountDomainInformation int32 = 2
PolicyNotifyServerRoleInformation int32 = 3
PolicyNotifyDnsDomainInformation int32 = 4
PolicyNotifyDomainEfsInformation int32 = 5
PolicyNotifyDomainKerberosTicketInformation int32 = 6
PolicyNotifyMachineAccountPasswordInformation int32 = 7
PolicyNotifyGlobalSaclInformation int32 = 8
PolicyNotifyMax int32 = 9
)const
PolicyNotifyAuditEventsInformation = 1;
PolicyNotifyAccountDomainInformation = 2;
PolicyNotifyServerRoleInformation = 3;
PolicyNotifyDnsDomainInformation = 4;
PolicyNotifyDomainEfsInformation = 5;
PolicyNotifyDomainKerberosTicketInformation = 6;
PolicyNotifyMachineAccountPasswordInformation = 7;
PolicyNotifyGlobalSaclInformation = 8;
PolicyNotifyMax = 9;// POLICY_NOTIFICATION_INFORMATION_CLASS
pub const PolicyNotifyAuditEventsInformation: i32 = 1;
pub const PolicyNotifyAccountDomainInformation: i32 = 2;
pub const PolicyNotifyServerRoleInformation: i32 = 3;
pub const PolicyNotifyDnsDomainInformation: i32 = 4;
pub const PolicyNotifyDomainEfsInformation: i32 = 5;
pub const PolicyNotifyDomainKerberosTicketInformation: i32 = 6;
pub const PolicyNotifyMachineAccountPasswordInformation: i32 = 7;
pub const PolicyNotifyGlobalSaclInformation: i32 = 8;
pub const PolicyNotifyMax: i32 = 9;const
PolicyNotifyAuditEventsInformation* = 1
PolicyNotifyAccountDomainInformation* = 2
PolicyNotifyServerRoleInformation* = 3
PolicyNotifyDnsDomainInformation* = 4
PolicyNotifyDomainEfsInformation* = 5
PolicyNotifyDomainKerberosTicketInformation* = 6
PolicyNotifyMachineAccountPasswordInformation* = 7
PolicyNotifyGlobalSaclInformation* = 8
PolicyNotifyMax* = 9enum POLICY_NOTIFICATION_INFORMATION_CLASS : int {
PolicyNotifyAuditEventsInformation = 1,
PolicyNotifyAccountDomainInformation = 2,
PolicyNotifyServerRoleInformation = 3,
PolicyNotifyDnsDomainInformation = 4,
PolicyNotifyDomainEfsInformation = 5,
PolicyNotifyDomainKerberosTicketInformation = 6,
PolicyNotifyMachineAccountPasswordInformation = 7,
PolicyNotifyGlobalSaclInformation = 8,
PolicyNotifyMax = 9,
}#define global PolicyNotifyAuditEventsInformation 0x1
#define global PolicyNotifyAccountDomainInformation 0x2
#define global PolicyNotifyServerRoleInformation 0x3
#define global PolicyNotifyDnsDomainInformation 0x4
#define global PolicyNotifyDomainEfsInformation 0x5
#define global PolicyNotifyDomainKerberosTicketInformation 0x6
#define global PolicyNotifyMachineAccountPasswordInformation 0x7
#define global PolicyNotifyGlobalSaclInformation 0x8
#define global PolicyNotifyMax 0x9