VR-Link API Documentation for HLA 1.3
Functions
vlMemUtil.h File Reference

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.
unsigned long DtAvailablePhysicalMemory ()
 DtAvailablePhysicalMemory returns the amount of physical memory available, in bytes.
unsigned long DtPhysicalMemoryUsed ()
 DtPhysicalMemoryUsed returns the amount of physical memory used, in bytes.
double DtPercentageMemoryUsed ()
 DtPercentageMemoryUsed returns the percentage of physical memory used.

Detailed Description

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.


Function Documentation

unsigned long DtAvailablePhysicalMemory ( )

DtAvailablePhysicalMemory returns the amount of physical memory available, in bytes.

Exceptions:
DtExceptionin Windows VC++6.0 as function is not implemented

DtPercentageMemoryUsed returns the percentage of physical memory used.

Exceptions:
DtExceptionin Windows VC++6.0 as function is not implemented
unsigned long DtPhysicalMemoryUsed ( )

DtPhysicalMemoryUsed returns the amount of physical memory used, in bytes.

Exceptions:
DtExceptionin Windows VC++6.0 as function is not implemented
unsigned long DtTotalPhysicalMemory ( )

DtTotalPhysicalMemory returns the amount of memory on the system in bytes.

Exceptions:
DtExceptionin Windows VC++6.0 as function is not implemented

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)