ホーム › Security.Authorization › AUTHZ_AUDIT_EVENT_INFORMATION_CLASS
AUTHZ_AUDIT_EVENT_INFORMATION_CLASS
列挙型メンバー 5
| 名前 | 10進 | 16進 |
|---|---|---|
| AuthzAuditEventInfoFlags | 1 | 0x1 |
| AuthzAuditEventInfoOperationType | 2 | 0x2 |
| AuthzAuditEventInfoObjectType | 3 | 0x3 |
| AuthzAuditEventInfoObjectName | 4 | 0x4 |
| AuthzAuditEventInfoAdditionalInfo | 5 | 0x5 |
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 5enum 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