Function windows::Win32::NetworkManagement::WNet::WNetAddConnection3W
pub unsafe fn WNetAddConnection3W<P0, P1, P2>(
hwndowner: P0,
lpnetresource: *const NETRESOURCEW,
lppassword: P1,
lpusername: P2,
dwflags: NET_CONNECT_FLAGS,
) -> WIN32_ERRORwhere
P0: Param<HWND>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,