maxkleiner / maXbox4

code compiler script studio
GNU General Public License v3.0
23 stars 10 forks source link

Get Parent Process #28

Closed maxkleiner closed 2 years ago

maxkleiner commented 3 years ago

Under certain condition the GetParentProcessName cant resolve the name. Alternate solution is: writeln('ParentProcessName: '+GetProcessName(GetParentProcessID(getprocessID))); ex: ParentProcessName: explorer.exe

maxkleiner commented 2 years ago

Solved with GetParentProcessName2