Function NPAddConnection3
pub unsafe fn NPAddConnection3<P2, P3>(
hwndowner: Option<HWND>,
lpnetresource: *const NETRESOURCEW,
lppassword: P2,
lpusername: P3,
dwflags: NET_CONNECT_FLAGS,
) -> u32where
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,