#[repr(C)]pub struct SE_ADT_PARAMETER_ARRAY_EX {
pub CategoryId: u32,
pub AuditId: u32,
pub Version: u32,
pub ParameterCount: u32,
pub Length: u32,
pub FlatSubCategoryId: u16,
pub Type: u16,
pub Flags: u32,
pub Parameters: [SE_ADT_PARAMETER_ARRAY_ENTRY; 32],
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
CategoryId: u32
AuditId: u32
Version: u32
ParameterCount: u32
Length: u32
FlatSubCategoryId: u16
Type: u16
Flags: u32
Parameters: [SE_ADT_PARAMETER_ARRAY_ENTRY; 32]
Trait Implementations
impl Clone for SE_ADT_PARAMETER_ARRAY_EX
impl Clone for SE_ADT_PARAMETER_ARRAY_EX
impl Copy for SE_ADT_PARAMETER_ARRAY_EX
Auto Trait Implementations
impl RefUnwindSafe for SE_ADT_PARAMETER_ARRAY_EX
impl !Send for SE_ADT_PARAMETER_ARRAY_EX
impl !Sync for SE_ADT_PARAMETER_ARRAY_EX
impl Unpin for SE_ADT_PARAMETER_ARRAY_EX
impl UnwindSafe for SE_ADT_PARAMETER_ARRAY_EX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more