Win32 API 日本語リファレンス
ホームSecurity.Authorization › AUTHZ_AUDIT_EVENT_INFORMATION_CLASS

AUTHZ_AUDIT_EVENT_INFORMATION_CLASS

列挙型
基底型i4

メンバー 5

名前10進16進
AuthzAuditEventInfoFlags10x1
AuthzAuditEventInfoOperationType20x2
AuthzAuditEventInfoObjectType30x3
AuthzAuditEventInfoObjectName40x4
AuthzAuditEventInfoAdditionalInfo50x5

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum AUTHZ_AUDIT_EVENT_INFORMATION_CLASS : int {
    AuthzAuditEventInfoFlags = 1,
    AuthzAuditEventInfoOperationType = 2,
    AuthzAuditEventInfoObjectType = 3,
    AuthzAuditEventInfoObjectName = 4,
    AuthzAuditEventInfoAdditionalInfo = 5
} AUTHZ_AUDIT_EVENT_INFORMATION_CLASS;
public enum AUTHZ_AUDIT_EVENT_INFORMATION_CLASS : int
{
    AuthzAuditEventInfoFlags = 1,
    AuthzAuditEventInfoOperationType = 2,
    AuthzAuditEventInfoObjectType = 3,
    AuthzAuditEventInfoObjectName = 4,
    AuthzAuditEventInfoAdditionalInfo = 5,
}
Public Enum AUTHZ_AUDIT_EVENT_INFORMATION_CLASS As Integer
    AuthzAuditEventInfoFlags = 1
    AuthzAuditEventInfoOperationType = 2
    AuthzAuditEventInfoObjectType = 3
    AuthzAuditEventInfoObjectName = 4
    AuthzAuditEventInfoAdditionalInfo = 5
End Enum
import enum

class AUTHZ_AUDIT_EVENT_INFORMATION_CLASS(enum.IntEnum):
    AuthzAuditEventInfoFlags = 1
    AuthzAuditEventInfoOperationType = 2
    AuthzAuditEventInfoObjectType = 3
    AuthzAuditEventInfoObjectName = 4
    AuthzAuditEventInfoAdditionalInfo = 5
// AUTHZ_AUDIT_EVENT_INFORMATION_CLASS
pub const AuthzAuditEventInfoFlags: i32 = 1;
pub const AuthzAuditEventInfoOperationType: i32 = 2;
pub const AuthzAuditEventInfoObjectType: i32 = 3;
pub const AuthzAuditEventInfoObjectName: i32 = 4;
pub const AuthzAuditEventInfoAdditionalInfo: i32 = 5;
// AUTHZ_AUDIT_EVENT_INFORMATION_CLASS
const (
	AuthzAuditEventInfoFlags int32 = 1
	AuthzAuditEventInfoOperationType int32 = 2
	AuthzAuditEventInfoObjectType int32 = 3
	AuthzAuditEventInfoObjectName int32 = 4
	AuthzAuditEventInfoAdditionalInfo int32 = 5
)
const
  AuthzAuditEventInfoFlags = 1;
  AuthzAuditEventInfoOperationType = 2;
  AuthzAuditEventInfoObjectType = 3;
  AuthzAuditEventInfoObjectName = 4;
  AuthzAuditEventInfoAdditionalInfo = 5;
// AUTHZ_AUDIT_EVENT_INFORMATION_CLASS
pub const AuthzAuditEventInfoFlags: i32 = 1;
pub const AuthzAuditEventInfoOperationType: i32 = 2;
pub const AuthzAuditEventInfoObjectType: i32 = 3;
pub const AuthzAuditEventInfoObjectName: i32 = 4;
pub const AuthzAuditEventInfoAdditionalInfo: i32 = 5;
const
  AuthzAuditEventInfoFlags* = 1
  AuthzAuditEventInfoOperationType* = 2
  AuthzAuditEventInfoObjectType* = 3
  AuthzAuditEventInfoObjectName* = 4
  AuthzAuditEventInfoAdditionalInfo* = 5
enum AUTHZ_AUDIT_EVENT_INFORMATION_CLASS : int {
    AuthzAuditEventInfoFlags = 1,
    AuthzAuditEventInfoOperationType = 2,
    AuthzAuditEventInfoObjectType = 3,
    AuthzAuditEventInfoObjectName = 4,
    AuthzAuditEventInfoAdditionalInfo = 5,
}
#define global AuthzAuditEventInfoFlags          0x1
#define global AuthzAuditEventInfoOperationType  0x2
#define global AuthzAuditEventInfoObjectType     0x3
#define global AuthzAuditEventInfoObjectName     0x4
#define global AuthzAuditEventInfoAdditionalInfo 0x5