You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
#include <Windows.h>
#include <vector>
#include <TlHelp32.h>
#include <iostream>
DWORD GetPID(char *procName) {
PROCESSENTRY32 entry;
entry.dwSize =...