#Code&Notes - www.awinsyspro.com
In this Video Tutorial, i have explained how to enumerate the Active running process in your System. This is the Second Part of video, I have used CreateToolhelp32Snapshot Function.
I have explained 4 Program in this video:
1.Process Listing
2.Thread Listing
3.Module Listing
4.HeapList Listing .
I have used Following API:
1. CreateToolhelp32Snapshot
2. Fill the Structure:
For Process - PROCESSENTRY32
For Thread – THREADENTRY32
For Module – MODULEENTRY32
For Heap – HEAPENTRY32
3.For Process - Process32First or Process32Next
For Thread- Thread32First or Thread32Next
For Module – Module32First or Module32Next
For Heap- Heap32First or Heap32Next
For HeapList
HEAPLIST32
Heap32ListFirst or Heap32ListNext
4.CloseHandle
For More Info About Process Info check this link:
https://docs.microsoft.com/en-us/wind...
You can support me on Patreon:
patreon.com/asystemprogramming
Credit from - MSDN
Please Share and Subscribe ASystemProgramming Channel.