Virtual Memory
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, Does anyone knowes how can I obtain the virtual memory size of the process I'm running in? Thanks,
How about
VirtualQueryEx()
?
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
Hi, Does anyone knowes how can I obtain the virtual memory size of the process I'm running in? Thanks,