#[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]
Trait Implementations
impl Clone for AUTHZ_SOURCE_SCHEMA_REGISTRATION
impl Clone for AUTHZ_SOURCE_SCHEMA_REGISTRATION
impl Copy for AUTHZ_SOURCE_SCHEMA_REGISTRATION
Auto Trait Implementations
impl RefUnwindSafe for AUTHZ_SOURCE_SCHEMA_REGISTRATION
impl !Send for AUTHZ_SOURCE_SCHEMA_REGISTRATION
impl !Sync for AUTHZ_SOURCE_SCHEMA_REGISTRATION
impl Unpin for AUTHZ_SOURCE_SCHEMA_REGISTRATION
impl UnwindSafe for AUTHZ_SOURCE_SCHEMA_REGISTRATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more