windows::Win32::NetworkManagement::NetManagement

Function NetJoinDomain

pub unsafe fn NetJoinDomain<P0, P1, P2, P3, P4>(
    lpserver: P0,
    lpdomain: P1,
    lpmachineaccountou: P2,
    lpaccount: P3,
    lppassword: P4,
    fjoinoptions: NET_JOIN_DOMAIN_JOIN_OPTIONS,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>,