| | |
Constant | Description | Used by the functions |
---|
alStartup | Run the application when the PC is started | AutoRunAdd, AutoRunDelete |
exeAboveNormalPriority | Priority of application: Priority greater than exeNormalPriority and less than exeRealTimePriority. | ExePriority |
exeActive | Start mode of program: the program run is active | ExeRun |
exeBelowNormalPriority | Priority of application: Priority greater than exeLowPriority and less than exeNormalPriority. | ExePriority |
exeCommandLine | Command line of executable. | ExeListProcess |
exeCompany | Information to retrieve: name entered for the company when creating the executable. | ExeInfo |
exeCopyright | Information to retrieve: copyright of program | ExeInfo |
New in version 28exeDeepLink | | ExeInfo |
exeDescription | Information to retrieve: program description | ExeInfo |
exeDirectory | Information to retrieve: directory of executable (without the final \ but with the ":"). | ExeInfo |
exeDontWait | Timeout before the current program resumes: the current program and the launched program run in parallel | ExeRun |
exeDownloadComplete | | ExeInfo |
exeGeoTracking | Remark: This constant is kept for backward compatibility from version 230050. It is identical to the exeInBackground constant. | ExeInfo |
exeHighPriority | Priority of application: High priority | ExePriority |
exeIconize | Start mode of program: the program run is inactive and minimized | ExeRun |
exeInactive | Start mode of program: the program run is inactive | ExeRun |
exeInBackground | | ExeInfo |
exeLaunch | | ExeInfo |
exeLongName | Name and full path of application executable | ExeListProcess |
exeLowPriority | Priority of application: Low | ExePriority |
exeMaximize | Start mode of program: the program run is active, it "takes control" over the current program (the runtime window is maximized) | ExeRun |
exeMaxMemory | Maximum amount of memory consumed by the application | ExeListProcess |
exeMemory | Amount of memory currently consumed by the application | ExeListProcess |
exeMode | Information to retrieve: compilation mode of executable (16 bits, 32 bits or DOS) | ExeInfo |
exeName | Information to retrieve: full executable name | ExeInfo |
exeNoHandleInheritance | Indicates that the executable should not inherit handles from the parent (applies to ALL handles, including files). The executable is independent of the application that launched it. | DDEStart ExeRun |
exeNormalPriority | Priority of application: Priority greater than exeBelowNormalPriority and less than exeAboveNormalPriority. | ExePriority |
exeParentPID | PID of parent (which means the process that started the current process). | ExeGetPID, ExeListProcess |
exePID | Identifier of application process. This identifier can be used in some APIs for example. | ExeGetPID, ExeRun, ExeListProcess |
exePushNotification | Application startup mode: the application is automatically launched by the system after receiving a push notification. | ExeInfo |
exeRealTimePriority | Priority of application: Real-time priority. | ExePriority |
exeReturnValue | The current program resumes its execution when the program run is over. <Result> is the return value of the executable. | ExeRun |
exeShortName | Name and extension of application executable | ExeListProcess |
exeStartup | | ExeInfo |
exeTID | Identifier of the current thread. | ExeGetPID |
exeVersion | Information to retrieve: program version | ExeInfo |
exeVersionWindowsFormat | Information to retrieve: program version in standard Windows format. | ExeInfo |
exeWait | Timeout before the current program resumes: the current program resumes its execution when the program run is over. | ExeRun |
formApplication | Type of form to open: Opens the application form. | AppOpenForm |
formInAppPurchase | Type of form to open: Opens the window for configuring In-App purchases. | AppOpenForm |
shareDocument | One or more documents (image, video, pdf, ...) are shared. These documents are identified by their full path, passed as parameter. | StartShare |
shareText | Text is shared. | StartShare |