Function windows::Win32::Networking::ActiveDirectory::DsReplicaAddW

pub unsafe fn DsReplicaAddW<P0, P1, P2, P3, P4>(
    hds: P0,
    namecontext: P1,
    sourcedsadn: P2,
    transportdn: P3,
    sourcedsaaddress: P4,
    pschedule: Option<*const SCHEDULE>,
    options: u32,
) -> u32
where P0: Param<HANDLE>, P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>,