#[repr(C)]pub struct AUTHZ_SOURCE_SCHEMA_REGISTRATION {
pub dwFlags: u32,
pub szEventSourceName: PWSTR,
pub szEventMessageFile: PWSTR,
pub szEventSourceXmlSchemaFile: PWSTR,
pub szEventAccessStringsFile: PWSTR,
pub szExecutableImagePath: PWSTR,
pub Anonymous: AUTHZ_SOURCE_SCHEMA_REGISTRATION_0,
pub dwObjectTypeNameCount: u32,
pub ObjectTypeNames: [AUTHZ_REGISTRATION_OBJECT_TYPE_NAME_OFFSET; 1],
}
Expand description
Required features: "Win32_Security_Authorization"
Fields§
§dwFlags: u32
§szEventSourceName: PWSTR
§szEventMessageFile: PWSTR
§szEventSourceXmlSchemaFile: PWSTR
§szEventAccessStringsFile: PWSTR
§szExecutableImagePath: PWSTR
§Anonymous: AUTHZ_SOURCE_SCHEMA_REGISTRATION_0
§dwObjectTypeNameCount: u32
§ObjectTypeNames: [AUTHZ_REGISTRATION_OBJECT_TYPE_NAME_OFFSET; 1]