Functions

Page File Path

The folder location for bitmap tile pagefiles. More...

Functions

virtual const MCHAR *  GetPageFilePath ()=0
  Returns the page file path.
virtual void  SetPageFilePath (const MCHAR *path)=0
  Sets the page file path.

Detailed Description

The folder location for bitmap tile pagefiles.

The value is read from an ini file when the application is launched, and saved to an ini file when the application is closed.


Function Documentation

virtual const MCHAR* GetPageFilePath ( ) [pure virtual, inherited]

Returns the page file path.

virtual void SetPageFilePath ( const MCHAR *  path ) [pure virtual, inherited]

Sets the page file path.

Changing the pagefile path does not move existing pagefiles to the new location, but any bitmaps created later will page to the new location.