Article on CodeProject.com
"Structured storage is something which, when done using the plain Windows API, seems overly complicated; much more so than is needed. The aim of this article is to briefly introduce you to the concepts behind structured storage, and then provide a helper class to simplify its usage.
The idea behind structured storage is that a single file can itself contain a basic filing system. Its main reason for existence was to help with OLE documents: embedded objects are simply save as separate 'streams' within the single file."
Could make for an interesting
StoreDotPm Implementation.
http://www.codeproject.com/file/structstor.asp
--
MartinCleaver - 06 Oct 2005