ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 15161718192021222324252627
Name of the mutex to create.
True if the mutex is occupied by the current thread, False (default value) if the mutex is free.
Mode for sharing the mutex:shareGlobalThe mutex is shared among all the applications found on the computer.shareNoneThe mutex is specific to the application. If MutexDestroy is not called, the mutex is destroyed at the end of the application.shareUser(default value)The mutex is shared among all the applications of the session of the user who runs the application.
Last update: 03/28/2022
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: