ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Finding out whether the specified executable is run Hide the details
Number of instances of the executable currently run. 0 if the application is not started. -1 if a problem occurred. For example: The user has no sufficient rights to list the processes in memory. The application could not access the system DLL used to enumerate the processes.
Name and full path of executable (up to 260 characters). In this case, <Result> returns the instances of this specific application. Name of the executable (up to 260 characters). In this case, <Result> is the number of instances of the program (regardless of its initial path). If this parameter is not specified, the current executable is used. Caution: The executable must be a 32-bit application. Name of the executable (up to 260 characters). If this parameter contains the full path of the executable, this path is ignored. Only the name of the executable is taken into account. If this parameter is not specified, the current executable is used. Caution: The executable must be a 32-bit application.
Versions 22 and laterAllows you to specify the type of instances to be counted: sysCurrentUserCounts the instances of the executable launched by the current user. sysAllUsersCounts the instances of the executable launched by all users. New in version 22Allows you to specify the type of instances to be counted: sysCurrentUserCounts the instances of the executable launched by the current user. sysAllUsersCounts the instances of the executable launched by all users. Allows you to specify the type of instances to be counted: sysCurrentUserCounts the instances of the executable launched by the current user. sysAllUsersCounts the instances of the executable launched by all users.
Finding out whether the specified PID is run Hide the details
1 if the application is started. 0 if the application is not started.
PID (Process Identifier) of the executable.
Last update: 12/04/2020
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: