Microsoft SDK for Java

IPersistStorage Interface Methods

The IPersistStorage interface has the following methods:

IsDirty indicates whether the object has changed since it was last saved to its current storage.
InitNew initializes a new storage object.
Load initializes an object from its existing storage.
Save saves an object, and any nested objects that it contains, into the specified storage object. The object enters NoScribble mode.
SaveCompleted notifies the object that it can revert from NoScribble or HandsOff mode, in which it must not write to its storage object, to Normal mode in which it can.
HandsOffStorage instructs the object to release all storage objects that have been passed to it by its container and to enter HandsOffAfterSave or HandsOffFromNormal mode.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.