Win32 API 日本語リファレンス
ホームSecurity.Authentication.Identity › POLICY_NOTIFICATION_INFORMATION_CLASS

POLICY_NOTIFICATION_INFORMATION_CLASS

列挙型
基底型i4

メンバー 9

名前10進16進
PolicyNotifyAuditEventsInformation10x1
PolicyNotifyAccountDomainInformation20x2
PolicyNotifyServerRoleInformation30x3
PolicyNotifyDnsDomainInformation40x4
PolicyNotifyDomainEfsInformation50x5
PolicyNotifyDomainKerberosTicketInformation60x6
PolicyNotifyMachineAccountPasswordInformation70x7
PolicyNotifyGlobalSaclInformation80x8
PolicyNotifyMax90x9

各言語での定義

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