|
- Use in service mode
- Operating mode in GO mode and at runtime
- Required application feature
- Running an APK file setup
- Application in the background: Android 10 specific case
ShellExecute (Function) In french: LanceAppliAssociée Syntax
<Result> = ShellExecute(<File name> [, <Verb>])
<Result>: Boolean - True if the document was opened,
- False otherwise.
<File name>: Character string (with quotes) Name and full (or relative) path of document to open. A UNC path can be used. If space characters are found in the name or path of the document to open, the quotes found around this parameter must be tripled. Versions 16 and later New in version 16 Versions 18 and later New in version 18 <Verb>: Optional character string (with quotes) Verb that must be used to start the document. The verbs are defined for each application, to indicate the actions that can be performed. The most common verbs are open or print. If this parameter is not specified, the verb used will be the default verb for the type of document.
Versions 16 and later New in version 16 Business / UI classification : Neutral code
This page is also available for…
|
|
|
| |
| Click [Add] to post a comment |
|
| |
|
| |
| |
| |
| |
| |
| |
| | |
| |