|
-
October 5th, 2005, 11:40 PM
#1
Number of phsyical pages
I am trying to retrieve number of physical pages in the system. Apparently, GetSystemInfo doesn't return that information. ZwQuerySystemInformation requires loading ntdll.
Alternatively, I could get the size of physical memory and compute number of physical pages by knowing page size which is returned by GetSystemInfo. What function can I used to get the size of physical memory. Again, GetSystemInfo doesn't give us that information.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|