[DllImport("icmp.dll", SetLastError=true)] static extern bool IcmpCloseHandle(IntPtr handle);
Declare Function IcmpCloseHandle Lib "icmp.dll" (IntPtr handle) As Boolean
Última actualización hace 1 año