Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to know if an instance is running ?
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00936266
Message ID:
00936284
Views:
33
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform