windows::Win32::NetworkManagement::WNet

Function NPAddConnection

pub unsafe fn NPAddConnection<P1, P2>(
    lpnetresource: *const NETRESOURCEW,
    lppassword: P1,
    lpusername: P2,
) -> u32
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,