Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

List of Running Processes

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I want to generate a list of runninging applications just like it appears when we press Alt+Ctl+Del keys. Any code or hint please.

Thanks
 
Search in the platform SDK doc for the word "CreateToolhelp32Snapshot". The entire chapter containing this one contains what you need I guess.

Marcel
 
I guess your problem should be solved by the APIs Process32First() and Process32Next() available in SDK.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top