ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Executable functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
ExeGetPID (Function)
In french: ExeDonnePID
Returns information about the current process.
Example
// PID of the application
MyPID is int
MyPID = ExeGetPID()
Syntax
<Result> = ExeGetPID([<Sought information>])
<Result>: System integer
Requested information.
<Sought information>: Optional Integer constant
Information about the current process:
exeParentPIDPID of parent (which means the process that started the current process).
Java This constant is not available.
exePID
(default value)
PID (Processus Identifier) of the current process.
exeTIDIdentifier of the current thread.
Java This constant is not available.
Business / UI classification: Business Logic
Component: wd290std.dll
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help