[DllImport("Mpr.dll", SetLastError = true)] public static extern uint WNetCancelConnection2( string lpszName, uint dwFlags, bool fForce );
Microsoft documentation: Link
Last updated 1 year ago