Uses of Interface
com.jniwrapper.win32.com.IPersistStream

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

Uses of IPersistStream in com.jniwrapper.win32.com
 

Subinterfaces of IPersistStream in com.jniwrapper.win32.com
 interface IMoniker
          This interface is used to find and activate COM objects.
 

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

Classes in com.jniwrapper.win32.com.impl that implement IPersistStream
 class IMonikerImpl
          Represents COM interface IMoniker.
 class IPersistStreamImpl
          Represents COM interface IPersistStream.
 

Uses of IPersistStream in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole with parameters of type IPersistStream
static void OleFunctions.oleSaveToStream(IPersistStream ppstm, IStream pStm)