- Oct 21, 2003
- 99
- 0
- 0
Im writing a function that gets the total amount of memory on the computer in MBs... Here's the code I have...
On line 9 and 12 I get the following errors:
9 - request for member `dwLength' in `MemStruct', which is of non-aggregat type `_MEMORYSTATUS*'
12 - request for member `dwTotalPhysin `MemStruct', which is of non-aggregat type `_MEMORYSTATUS*'
On line 9 and 12 I get the following errors:
9 - request for member `dwLength' in `MemStruct', which is of non-aggregat type `_MEMORYSTATUS*'
12 - request for member `dwTotalPhysin `MemStruct', which is of non-aggregat type `_MEMORYSTATUS*'