﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3894	_WinAPI_GetProcessName returns incorrect result when process ID is invalid	danpollak2@…	Jpm	"_WinAPI_GetProcessName should return an error if the PID isn't valid. Instead, it returns the name of the most recently launched process, which is generally ""AutoIt3.exe""

{{{#!autoit
#include <WinAPIProc.au3>

Local $sDriverProcessName = _WinAPI_GetProcessName(500000)
ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $sDriverProcessName = ' & $sDriverProcessName & @CRLF & '>Error code: ' & @error & @CRLF)
}}}"	Bug	closed	3.3.16.1	Standard UDFs	3.3.16.0	None	Fixed		
