Public Member Functions | |
| HRESULT | SaveDelta ([in] IStream *pStm,[in] IRsObject *pObj,[in] RtBOOL fClearDirty) |
| HRESULT | LoadDelta ([in] IRsObject *pObj,[in] IStream *pStm,[in] RtObjFileHeaderInfo *pObjFileHeaderInfo) |
| HRESULT IRsPersistDeltaStream::SaveDelta | ( | [in] IStream * | pStm, | |
| [in] IRsObject * | pObj, | |||
| [in] RtBOOL | fClearDirty | |||
| ) |
Called to serialize object that implement this interface as difference from the pObj.
| pStm | [in] Specify stream to which the difference will be written. | |
| pObj | [in] Object from which the difference stream will be written. | |
| fClearDirty | [in] Indicates whether to clear the dirty flag after the save is complete. If TRUE, the flag should be cleared. If FALSE, the flag should be left unchanged. |
| HRESULT IRsPersistDeltaStream::LoadDelta | ( | [in] IRsObject * | pObj, | |
| [in] IStream * | pStm, | |||
| [in] RtObjFileHeaderInfo * | pObjFileHeaderInfo | |||
| ) |
Called to get stream that describe difference between object that implement this interface and the pObj.
| pObj | [in] . | |
| pStm | [in] . | |
| pObjFileHeaderInfo | [in] . |
1.5.5