You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function is useful/needed to detect if an application is still running in any logged Windows user.
For example, Inno Setup depends on it for [Setup]: AppMutex. This directive is used to prevent the user from installing new versions of an application while the application is still running, and to prevent the user from uninstalling a running application.
This function is useful/needed to detect if an application is still running in any logged Windows user.
For example, Inno Setup depends on it for
[Setup]: AppMutex. This directive is used to prevent the user from installing new versions of an application while the application is still running, and to prevent the user from uninstalling a running application.CreateMutexfunction: https://msdn.microsoft.com/en-us/library/ms682411.aspxSyntax
Related:
Similar function already in JNA:
CreateEvent: https://github.com/java-native-access/jna/blob/master/contrib/platform/src/com/sun/jna/platform/win32/Kernel32.java#L932