#[repr(C)]pub struct SE_ADT_PARAMETER_ARRAY_ENTRY {
pub Type: SE_ADT_PARAMETER_TYPE,
pub Length: u32,
pub Data: [usize; 2],
pub Address: *mut c_void,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields§
§Type: SE_ADT_PARAMETER_TYPE
§Length: u32
§Data: [usize; 2]
§Address: *mut c_void