[][src]Function winapi::um::lmjoin::NetJoinDomain

pub unsafe extern "system" fn NetJoinDomain(
    lpServer: LPCWSTR,
    lpDomain: LPCWSTR,
    lpMachineAccountOU: LPCWSTR,
    lpAccount: LPCWSTR,
    lpPassword: LPCWSTR,
    fJoinOptions: DWORD
) -> NET_API_STATUS