Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fichiers
Recherche: 

Ping utility with timeout parameter added
Jose Enrique Llopis, FuturaCenter
Simple ping utility to test a connection. We have had requests in the past to expose the functions exported from icmp.dll. The files in this directory are provided for your convenience in building applications which make use of ICMPSendEcho(). Notice that the functions in icmp.dll are not considered part of the Win32 API and will not be supported in future releases. Once we have a more complete solution in the operating system, this DLL, and the functions it exports, will be dropped.
Créé le
Il y a 24 années
Téléchargements
2931
Type de fichier
General information
Résultat de votes:
Description
The usage is as simple as PING(cHostName, nTimeout) (Before, you need to load the library with SET LIBRARY TO VfpPing.dll ... ). Now with a timeout parameter added.
SET LIBRARY TO VFPPING.DLL ADDITIVE
lcIPAddress = "10.11.12.13"
lnTimeout    = 3000
? PING( lcIPAddress, lnTimeout )
Or with the default timeout (1 second) ...
? PING( lcIPAddress )
Créé par
Jose Enrique Llopis, FuturaCenter
You can read my full profile here: https://es.linkedin.com/in/pepellopis Experience in management of big budget projects, with tight deadlines and thousends of users, you can see my work here: www.multilinkcrm.com, a very high level real estate professional application

Commentaires
Excellent!.. Thank you... :) Metin Emre, October 11, 2011

Ajouter un commentaire
More downloads created from this member
Jose Enrique Llopis, FuturaCenter
Function to check strings in utf8 format and avoid problems when generating xml files. It allows validating texts in Latin languages such as English or Spanish and others such as Russian or Chinese. Very easy to use: Parameters: string to check Returns true or false
Créé le
Il y a 7 années
Téléchargements
434
Type de fichier
Freeware
Jose Enrique Llopis, FuturaCenter
Library of functions for user administration using Visual Foxpro. You can create, modify, remove users, add to groups, create email account, etc.
Créé le
Il y a 19 années
Téléchargements
1756
Type de fichier
Freeware
Jose Enrique Llopis, FuturaCenter
The main problem to control software distribution is know "where" it is installed. Kabala gives an system identifier independent of operating system. Simple, true, but impossible to obtain whitout that library. That identifier is specific for each machine, independent of formats serial number. You ...
Créé le
Il y a 21 années
Téléchargements
1116
Type de fichier
Jose Enrique Llopis, FuturaCenter
Fun spinner
Créé le
Il y a 23 années
Téléchargements
1683
Type de fichier
Résultat de votes
4.00/5.00
Jose Enrique Llopis, FuturaCenter
How to list the services installed on a NT machine and if they are running.
Créé le
Il y a 24 années
Téléchargements
952
Type de fichier
Jose Enrique Llopis, FuturaCenter
If you are interested in monitoring NT systems,the simplest way is to use the NT performance counters. This sample shows it, by using a custom dll. If you are interested, please email me and i will send to you the source of the file.
Créé le
Il y a 24 années
Téléchargements
743
Type de fichier