IpHlpApiFlushIpPathTable Method
Flushes the IP path table on the local computer.
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("IpHlpApi.dll", ExactSpelling = true)]
public static Win32ErrorCode FlushIpPathTable(
AddressFamily family
)
<DllImportAttribute("IpHlpApi.dll", ExactSpelling := true>]
Public Shared Function FlushIpPathTable (
family As AddressFamily
) As Win32ErrorCode
Dim family As AddressFamily
Dim returnValue As Win32ErrorCode
returnValue = IpHlpApi.FlushIpPathTable(family)
public:
[DllImportAttribute(L"IpHlpApi.dll", ExactSpelling = true)]
static Win32ErrorCode FlushIpPathTable(
AddressFamily family
)
[<DllImportAttribute("IpHlpApi.dll", ExactSpelling = true)>]
static member FlushIpPathTable :
family : AddressFamily -> Win32ErrorCode
No code example is currently available or this language may not be supported.
- family AddressFamily
-
The address family to flush.
The values currently supported are Unspecified,
InterNetwork, and InterNetworkV6.
Win32ErrorCode
If this function succeeds, it returns
ERROR_SUCCESS.
Otherwise, it returns an
Win32ErrorCode error code.