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