|
|
|
|
|
- Program execution mode
- Keywords of API "VerQueryValue" function
ExeInfo (Function) In french: ExeInfo Retrieves the specified information about the version of an executable or DLL. Syntax
<Result> = ExeInfo(<Keyword> [, <Executable name>])
<Result>: Character string - Requested information.
- Empty string ("") if there is no information or if the function failed.
<Keyword>: String constant Information to retrieve: | | exeCompany | Name entered for the company when creating the executable. | exeCopyright | Copyright of program | exeDescription | Description supplied with the program | exeDirectory | Directory of the executable (without the final \ but with the ":") | | If this constant is specified, <Result> can correspond to:- empty string ("") if the application was manually started by the user.
- the exePushNotification constant if the application was automatically started by the system further to the reception of a push notification.
- the exeInBackground constant if the application was started in the background (detection of group of Beacons or during geolocation tracking).
- the exeGeoTracking constant if the application was started in the background during the geolocation tracking. For more details, see Geolocation tracking.
This constant is kept for backward compatibility from version 230050. It is equivalent to the exeInBackground constant.
| exeMode | Program mode: compiled in 32 or 64 bits, etc. | exeName | Name and full path of the executable. | exeVersion | Version of specified module. | exeVersionWindowsFormat | Version of specified module in standard Windows format ("14.0.204.98" for example). |
<Executable name>: Optional character string Name and full (or relative) path of the executable or module used (up to 260 characters). If this parameter is not specified, the current executable is used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|