Could someone provide c++ tutorials/reference/books about PSAPI ?
also Did someone know if there are a wrapper to this library on perl?
Could someone provide c++ tutorials/reference/books about PSAPI ?
also Did someone know if there are a wrapper to this library on perl?
See Win32API::ProcessStatus. If that is not sufficient for your needs, you can use Win32::API to call whatever function you want.