basically what i want todo is scan this process for all the ints with the value 5, i am close to getting it working but i think something is missing , can anyone take alook at my code , thanks
#include <windows.h>
#include <TlHelp32.h>
#include <stdio.h>
int main()
{
HANDLE ThisProc = OpenProcess(PRO CESS_ALL_ACCESS ,true,GetCurren tProcessId());...