How to retrieve total amount of system RAM?

Benji Smith dlanguage at benjismith.net
Wed Aug 13 13:44:26 PDT 2008


Wyverex wrote:
> Looks like you'd have to try to get the function address from the DLL..
> 
> http://msdn.microsoft.com/en-us/library/ms724832(VS.85).aspx

Cool. Is there a D library that already provides basic DLL 
functionality, (wrapping the LoadLibrary and GetProcAddress functions)?

Thanks again,

--benji


More information about the Digitalmars-d-learn mailing list