Function windows::Win32::Networking::WinInet::HttpGetServerCredentials
pub unsafe fn HttpGetServerCredentials<P0>(
pwszurl: P0,
ppwszusername: *mut PWSTR,
ppwszpassword: *mut PWSTR,
) -> u32where
P0: Param<PCWSTR>,