Visual Studio C++ >> How to data from REG_RESOURCE_LIST from registry (Physical memory infromation)
Hi All,
How we can able to get the physical memory information of remote system
from the following registry key
HKEY_LOCAL_MACHINE\HARDWARE\RESOURCEMAP\System Resources\Physical
Memory\.Translated .
I found data in the above specified key, data is type of REG_RESOURCE_LIST
and I couldn't find any help in the MSDN, I don't know how to convert it out
can any one can help me out.