GetNetworkParams

[DllImport("Iphlpapi.dll", SetLastError = true)]
public static extern uint GetNetworkParams(
   IntPtr pFixedInfo,
   ref uint pOutBufLen
);

Microsoft documentation: Link

Last updated