LsaSetForestTrustInformation

Function LsaSetForestTrustInformation 

Source
pub unsafe extern "system" fn LsaSetForestTrustInformation(
    PolicyHandle: LSA_HANDLE,
    TrustedDomainName: PLSA_UNICODE_STRING,
    ForestTrustInfo: PLSA_FOREST_TRUST_INFORMATION,
    CheckOnly: BOOLEAN,
    CollisionInfo: *mut PLSA_FOREST_TRUST_COLLISION_INFORMATION,
) -> NTSTATUS