IcmpCreateFile This function creates a handle on which Internet Control Message Protocol (ICMP) requests can be issued.
VB4-32,5,6
Declare Function IcmpCreateFile Lib "icmp.dll" () As Long |
Operating Systems Supported |
Requires Windows Sockets 2.0 |
An ICMP handle indicates success. INVALID_HANDLE_VALUE indicates failure. To get extended error information, call GetLastError. |
|