UnenableRouter (iphlpapi)
Last changed: -188.192.82.156

.
Summary
The UnenableRouter function decrements the reference count that tracks the number of requests to enable IPv4 forwarding. When this reference count reaches zero, UnenableRouter turns off IPv4 forwarding on the local computer.

C# Signature:

[DllImport("iphlpapi.dll", SetLastError=true)]
static extern int UnenableRouter(ref OVERLAPPED pOverlapped, IntPtr lpdwEnableCount);

VB Signature:

Declare Function UnenableRouter Lib "iphlpapi.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation