icmpcreatefile (icmp)
Last changed: -199.67.204.136

.
Summary
Opens a handle on which ICMP Echo Requests can be issued.

C# Signature:

[DllImport("icmp.dll", SetLastError=true)]
static extern IntPtr IcmpCreateFile();

VB Signature:

Declare Function IcmpCreateFile Lib "icmp.dll" () As IntPtr

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

class Ping (new in v2.0)

Documentation