In Windows I would like the C++ command or reference that would get the "tasklist" in C++ and output it to a buffer?
Use EnumProcesses() to get the process identifiers, use OpenProcess() to get their handles and get the information you need via the usual process functions.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With