windows::Win32::NetworkManagement::WNet

Function WNetAddConnection2W

pub unsafe fn WNetAddConnection2W<P1, P2>(
    lpnetresource: *const NETRESOURCEW,
    lppassword: P1,
    lpusername: P2,
    dwflags: NET_CONNECT_FLAGS,
) -> WIN32_ERROR
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,