Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
どのプロセスが実行されているかを知る必要があるプログラムを作成しようとしています。 次に、最近実行されたプロセスをどのように知ることができますか?
私は Windows 7 と Visual C++ でプログラムを作成しています。
enumProcesses関数を持つPSAPIを使用でき、すべてのプロセスを列挙する方法の例も示します。