processlist ProcID property
Return to Introduction  Previous page  Next page
Applies to
acProcess object.  

Declaration
property ProcID: DWord; // read-only!  

Description
The ProcID is the unique identifier of the process throughout the system.  
 
tip Each process have its unique identifier (like each window have its unique handle). For example, if you wish to determinate the ID of the current process of your application, you can use GetCurrentProcessID function from WinAPI.  

See also
Description, SystemIconIndex, SystemIcon16Handle and SystemIcon32Handle properties;  
acSystemImageList component.