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.
WEBDEV - Server code In the server code of a dynamic site, ExeGetPID returns the identifier of the connection visible in the WEBDEV administrator (for more details, see WEBDEV administrator). This identifier is unique during the call and as long as the connection is established. It is not unique in time.
iPhone/iPad This function is now available for iPhone/iPad applications.
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).
AndroidAndroid Widget iPhone/iPadIOS WidgetMac CatalystJavaPHP This constant is not available.
exePID
(default value)
PID (Processus Identifier) of the current process.
exeTIDIdentifier of the current thread.
AndroidAndroid Widget iPhone/iPadIOS WidgetMac CatalystJavaPHP 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