Does anyone know where I can find information on modules and processes for windows 2000.
My win32 API reference doesn't go into much detail. I'm really looking for information on the toolhelp API's like 'CreateToolhelp32Snapshot' and Module32First. While I can get the basic prototypes from masm's include files, I don't have any details on how to use them.
Many thanks
My win32 API reference doesn't go into much detail. I'm really looking for information on the toolhelp API's like 'CreateToolhelp32Snapshot' and Module32First. While I can get the basic prototypes from masm's include files, I don't have any details on how to use them.
Many thanks
The PlatformSDK has good documentation on both ToolHelp32 and PSAPI.
If don't like the online version at http://msdn.microsoft.com (search feature),
use this boards search feature to find a download location.
I've been told that if you don't care about 9x compatibility, PSAPI is nicer
to work with than TH32, and works on more NT versions --- haven't really
worked with either, though, so I can't confirm this.
If don't like the online version at http://msdn.microsoft.com (search feature),
use this boards search feature to find a download location.
I've been told that if you don't care about 9x compatibility, PSAPI is nicer
to work with than TH32, and works on more NT versions --- haven't really
worked with either, though, so I can't confirm this.
There are a few examples on Iczelion's site about toolhelp32 (more specifically, process listing). One of them is called Process Viewer.
i wrote a dll use thelp32,but it is in c not asm.
I have done Process kill and Process list programs that work on nt4, w2k and xp and they use the same psapi.dll. So atleast psapi.dll works on different versions of NT based operating systems.
Sami
Sami