Function windows::Win32::NetworkManagement::WNet::WNetAddConnection3W

pub unsafe fn WNetAddConnection3W<P0, P1, P2>(
    hwndowner: P0,
    lpnetresource: *const NETRESOURCEW,
    lppassword: P1,
    lpusername: P2,
    dwflags: u32
) -> WIN32_ERROR
where P0: Param<HWND>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,