Microsoft SDK for Java

IPersistStreamInit Interface Methods

The IPersistStreamInit interface contains the following methods:

GetClassID retrieves the class identifier (CLSID) of an object.
IsDirty checks the object for changes since it was last saved.
Load initializes an object from the stream where it was previously saved.
Save saves an object into the specified stream and indicates whether the object should reset its dirty flag.
GetSizeMax returns the size in bytes of the stream needed to save the object.
InitNew initializes the object to a default state.

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