-
- Downloads
Fix bogus calls to GetMemoryStatus and GetMemoryStatusEx: need to set the...
Fix bogus calls to GetMemoryStatus and GetMemoryStatusEx: need to set the dwLength member of the struct prior to calling. Otherwise it's just a garbage value from the stack. Also, pay attention to return value of GetMemoryStatusEx: if it indicates failure then just return 0 without using any of the other data the call returns.
Loading
Please register or sign in to comment