Uses of Interface
com.jniwrapper.win32.com.IPersist

Packages that use IPersist
com.jniwrapper.win32.com The com.jniwrapper.win32.com package contains a number of standard COM interfaces wrappers. 
com.jniwrapper.win32.com.impl The com.jniwrapper.win32.com.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.com package. 
 

Uses of IPersist in com.jniwrapper.win32.com
 

Subinterfaces of IPersist in com.jniwrapper.win32.com
 interface IMoniker
          This interface is used to find and activate COM objects.
 interface IPersistFile
          This interface provides a method for loading and saving files to a disk.
 interface IPersistStorage
          This interface defines methods that enable a container application to pass a storage object to one of its contained objects and to load and save the storage object.
 interface IPersistStream
          This interface provides methods for saving and loading objects by means of serial stream.
 interface IPersistStreamInit
          This interface is a replacement for the IPersistStream interface, and contains the InitNew method
 

Uses of IPersist in com.jniwrapper.win32.com.impl
 

Classes in com.jniwrapper.win32.com.impl that implement IPersist
 class IMonikerImpl
          Represents COM interface IMoniker.
 class IPersistFileImpl
          Represents COM interface IPersistFile.
 class IPersistImpl
          Represents COM interface IPersist.
 class IPersistStorageImpl
          Represents COM interface IPersistStorage.
 class IPersistStreamImpl
          Represents COM interface IPersistStream.
 class IPersistStreamInitImpl
          Represents COM interface IPersistStreamInit.