Overview Chapter

class CStorageLibrary

Constructors and Destructors
CStorageLibrary
~CStorageLibrary
Operations
EndOfObjects
GetDatafile Save index and close all files.
IsDatafile
IsIndexfile
LoadIndex
OpenDatafile
SaveIndex
WriteDatafileHeader
Overridables
Close
ConnectOverloaded functions.
CreateClass
   
                      
Data Members
public
bool m_bRepositoryDirty;
   
private
FILEOFFSET m_EndOfObjects;Offset were next new object will go or: where index will be stored on Close().
char m_FilenameBuffer [ MAX_PATH ];
char m_LibPath [ MAX_PATH ];File- and pathnames.
HANDLE m_hDataFile;Handles for Windows objects.