UnenableRouter

[DllImport("Iphlpapi.dll", SetLastError = true)]
public static extern int UnenableRouter(
   
);

Microsoft documentation: Linkarrow-up-right

Last updated