Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to know if an instance is running ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00936266
Message ID:
00936284
Vues:
31
Your application can create global synchronization object like Semaphore or Event with predefined name. Other applications can check if this object exists.

When the application exits or crashes the synchronization object is removed automatically.

See API functions CloseHandle, CreateSemaphore, GetLastError, OpenSemaphore.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform