VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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
double DtPercentageMemoryUsed ( )

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 Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)