I'm trying to get the name of all my open processes. This is what I have: #include "stdafx.h" #include <Psapi.h> int WINAPI WinMain(HINSTANCE hInstance, ...
確定! 回上一頁