#[repr(C)]pub struct LSA_FOREST_TRUST_RECORD {
pub Flags: u32,
pub ForestTrustType: LSA_FOREST_TRUST_RECORD_TYPE,
pub Time: i64,
pub ForestTrustData: LSA_FOREST_TRUST_RECORD_0,
}Expand description
Required features: ‘Win32_Security_Authentication_Identity’, ‘Win32_Foundation’
Fields
Flags: u32ForestTrustType: LSA_FOREST_TRUST_RECORD_TYPETime: i64ForestTrustData: LSA_FOREST_TRUST_RECORD_0