windows::Win32::NetworkManagement::WindowsConnectionManager

Function GetInterfaceContextTableForHostName

pub unsafe fn GetInterfaceContextTableForHostName<P0, P1>(
    hostname: P0,
    proxyname: P1,
    flags: u32,
    connectionprofilefilterrawdata: Option<&[u8]>,
) -> Result<*mut NET_INTERFACE_CONTEXT_TABLE>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,