Function windows::Win32::NetworkManagement::WNet::NPAddConnection3

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