PtOLEStorage is used as a storage by POET's ILockBytes implementation. It is derived from PtStorage, and it is optimized for transactioning and fast incremental saves. In general, the only thing that you will ever do with a PtOLEStorage is to create it and give it to a PtLockBytes:
When you use a PtOLEStorage, you should not call PtStorage functions, and PtOLEStorage does not provide a IStorage interface.
Files to include | Class declaration | Base class |
ptolestg.hxx | ptolestg.hxx | PtStorage |
constructor | PtOLEStorage(); |
destructor | virtual ~PtOLEStorage(); |
- PtOLEStorage::PtOLEStorage()
Constructor.
- PtOLEStorage::PtOLEStorage(PtBase*, PtObjId *, PtPtr2SurrTuple*&)
Class factory constructor. This is used internally by POET.
- virtual PtOLEStorage::~PtOLEStorage()
Destructor.
Copyright (c) 1996 POET Software, Inc. All rights reserved. Reproduction in whole or in part in any form or medium without the express permission of POET Software, Inc. is prohibited.