Process handles
System Admin
1
Posts
1
Posters
0
Views
1
Watching
-
I’ve been trying to get a minimal win32 app started and have been able to do so but one question I still have is: what 10 handles my app still have open or is there a way of finding out what they are? I ran this app on Win2k Pro I have changed the entry point for the app to a function I defined that just contains a simple for loop and also removed the msvcrt (just for trying to get a idée of the number of handles in a minimal app). The last question I have is why the app had 88k of virtual memory or is that the virtual memory that comes with kernel32.dll