IpHlpApiGetIpStatistics Method

Retrieves the Internet Protocol (IP) statistics for the current computer.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: 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 GetIpStatistics(
	out IpStats refIpStats
)

Parameters

refIpStats  IpStats
A IpStats structure that receives the IP statistics for the local computer.

Return Value

Win32ErrorCode
If this function succeeds, it returns ERROR_SUCCESS. Otherwise, it returns an Win32ErrorCode error code.

Remarks

See Also