Uses of Interface
com.jniwrapper.win32.com.IPersistStorage

Packages that use IPersistStorage
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. 
com.jniwrapper.win32.ole The com.jniwrapper.win32.mshtml package contains a number of interfaces that are used in the OLE technology. 
 

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

Classes in com.jniwrapper.win32.com.impl that implement IPersistStorage
 class IPersistStorageImpl
          Represents COM interface IPersistStorage.
 

Uses of IPersistStorage in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole with parameters of type IPersistStorage
static void OleFunctions.oleSave(IPersistStorage pPS, IStorage pStg, VariantBool fSameAsLoad)