|
#1
|
||||
|
||||
|
Inno Setup Task Manager Library
Hi again, I created a useful dll for Inno Setup to handle things that are there in Task Manager and/or Resource Monitor.
Functions Code:
function IsExeRunning(exeFileName: PAnsiChar): Boolean; function IsProcessIdRunning(ProcessId: Cardinal): Boolean; function GetExeProcessId(exeFileName: PAnsiChar): Cardinal; function GetExeHeapId(exeFileName: PAnsiChar): Cardinal; function GetExeModuleId(exeFileName: PAnsiChar): Cardinal; function GetExeParentProcessId(exeFileName: PAnsiChar): Cardinal; function GetExeThreads(exeFileName: PAnsiChar): Cardinal; function GetExeMemoryUsage(exeFileName: PAnsiChar): Cardinal; function GetExeCpuUsage(exeFileName: PAnsiChar): Cardinal; function KillTask(exeFileName: PAnsiChar): Cardinal; function RestartTask(exeFileName: PAnsiChar): Cardinal; |
| The Following 19 Users Say Thank You to Razor12911 For This Useful Post: | ||
-XCX- (29-03-2017), 78372 (28-05-2017), ADMIRAL (14-01-2020), Afed (05-02-2018), arkantos7 (18-05-2015), Cesar82 (27-09-2016), EzzEldin16 (27-09-2017), Harsh ojha (16-06-2019), JRD! (27-09-2016), Mini (27-09-2016), nasir ahmad (15-04-2016), oltjon (17-05-2015), omdj (17-05-2015), Sarvagya (17-05-2015), Simorq (27-09-2016), Stor31 (17-05-2015), vint56 (27-09-2016), y_thelastknight (18-05-2015), ~MAK~ (27-09-2016) | ||
| Sponsored Links |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BlackBox v2 | y_thelastknight | Conversion Tutorials | 567 | 11-03-2025 07:16 |
| Useful Dll for Inno Setup users | peterf1999 | Conversion Tutorials | 88 | 01-12-2017 16:00 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| SOME DISK JUGGLER SOLUTIONS!!!!!!!!!!NEWBIES OR OLDIES | BIG PAPA | DC Games | 39 | 30-09-2006 17:54 |
| GOD DAMNIT!!! | alexv | DC Games | 0 | 06-12-2000 14:30 |