function GetPathFromPID(const PID: cardinal): string; var hProcess: THandle; path: array[0..MAX_PATH - 1] of char; begin hProcess := OpenProcess( ...
確定! 回上一頁