windows::Win32::Networking::ActiveDirectory

Function DsGetForestTrustInformationW

pub unsafe fn DsGetForestTrustInformationW<P0, P1>(
    servername: P0,
    trusteddomainname: P1,
    flags: u32,
    foresttrustinfo: *mut *mut LSA_FOREST_TRUST_INFORMATION,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,