IcmpCloseHandle
C# Signature:
[DllImport("icmp.dll", SetLastError=true)]
static extern bool IcmpCloseHandle(IntPtr handle);
VB Signature:
Declare Function IcmpCloseHandle Lib "icmp.dll" (IntPtr handle) As Boolean
Última actualización