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