Originally posted by: Toni Castell�n
How I can access to the STATUS of a specific process?
I view diferents properties in the SAPI, but not found anything that reflect the status of the process:
Active, Not responding...etc..
The Task Manager of the Windows O.S access to these information ..why i can't see it??
regards from spain.
Toni.
Originally posted by: Mariano Solero
Hello,
I have a project that will monitor CPU utilization of one application. Say , I want to monitor the CPU utilization of test.exe .
Can you please help me ? Need it very badly.
I tried this sample code, however it once I compiled
it, it cannot find psapi.h . Can you provide me this include file so that I can test your code ?
Thanks in advance,
Mar
Originally posted by: Sathya Moorthy
Please tell me soon.
Thankyou sir.
Sir,
I'm doing the project "System Monitoring" in VC++. How to find the idle time of one application ex:notepad.exe or process.
Originally posted by: rajesheree
How to find memory &cpu utilization of DLLs for device drivers for peripherals on WIN98???
Originally posted by: dawanka
Hi,
are there any functions that will detect the peripherals
attached to the PC?. We're trying to monitor the performance of the peripherals on Win98 .
Please Help!!!!!!
With regards
dawanka
Reply
Originally posted by: Narasimman
How do i Display SErvices in windows 95/98
ReplyOriginally posted by: Alex
Hi,
I want to check if a process that I started with "Create Object" is still running. I don't want get the list of all processes and compare the process-names to find the right program because there's more than one program running (which can create an instance of an activex).
I tried to look for a way to get the PID after I used the command "CreateObject" but couldn't find one. Is there one?
Thanks for the help
Alex
ReplyOriginally posted by: chentingb
I already download the PSAPI.DLL from www.microsoft.com\platformsdk\sdk,
but I cann't find PSAPI.LIB file!
so my program cann't be linked on NT 4.0 .
could anyone help me ? where can i find the PSAPI.LIB?
thanks!
2001.10.19.
Originally posted by: Muthukumaran
How we can get the informations about created threads in a process. If possible how we can get all those handles, this is possible if i know how many threads that we were created in the process. In the case if we does not know anything about the created threads then how we can get the threads informations.
Thanks in advance
Regards
Hi,
Muthukumaran
Originally posted by: Dong Geming
We know, when a child process is created in the parent process, the child process can be killed with the TerminateProcess(hHandleProcess, 1),But if others child processes are created by the child process, how can I
For Example (from Tornado IDE):
I hope your help!!
Dear Sir,
I have a question about how to kill a process:
kill them all.
When we use GNU tools to compile and link the source files, we usually use the make.exe to interpret the makefile document, so the make.exe can be a child process of a application(may be an IDE). But we know make.exe
will create may sub-processes(gcc.exe, ld.exe, make.exe, ect.), so how can I kill the child process(make.exe) and all it's sub-processes in the application(IDE).