![]() |
VR-Link API Documentation for HLA 1.3
|
This file contains functions that give information concerning the memory usage of the system. More...
Go to the source code of this file.
Functions | |
| unsigned long | DtTotalPhysicalMemory () |
| DtTotalPhysicalMemory returns the amount of memory on the system in bytes. More... | |
| unsigned long | DtAvailablePhysicalMemory () |
| DtAvailablePhysicalMemory returns the amount of physical memory available, in bytes. More... | |
| unsigned long | DtPhysicalMemoryUsed () |
| DtPhysicalMemoryUsed returns the amount of physical memory used, in bytes. More... | |
| double | DtPercentageMemoryUsed () |
| DtPercentageMemoryUsed returns the percentage of physical memory used. More... | |
This file contains functions that give information concerning the memory usage of the system.
Note: These functions will all return 0 in Microsoft VC++6.0, as the Platform SDK was not distributed with VC 6, and VC 6 is no longer supported by Microsoft.
| unsigned long DtAvailablePhysicalMemory | ( | ) |
DtAvailablePhysicalMemory returns the amount of physical memory available, in bytes.
| DtException | in Windows VC++6.0 as function is not implemented |
| double DtPercentageMemoryUsed | ( | ) |
DtPercentageMemoryUsed returns the percentage of physical memory used.
| DtException | in Windows VC++6.0 as function is not implemented |
| unsigned long DtPhysicalMemoryUsed | ( | ) |
DtPhysicalMemoryUsed returns the amount of physical memory used, in bytes.
| DtException | in Windows VC++6.0 as function is not implemented |
| unsigned long DtTotalPhysicalMemory | ( | ) |
DtTotalPhysicalMemory returns the amount of memory on the system in bytes.
| DtException | in Windows VC++6.0 as function is not implemented |