Uses of Class
com.jniwrapper.win32.ole.types.StgMedium

Packages that use StgMedium
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
com.jniwrapper.win32.ole The com.jniwrapper.win32.mshtml package contains a number of interfaces that are used in the OLE technology. 
com.jniwrapper.win32.ole.impl The com.jniwrapper.win32.ole.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.ole package. 
com.jniwrapper.win32.ole.types The com.jniwrapper.win32.mshtml.types package contains Java wrappers for native structures and types that are commonly used in OLE. 
 

Uses of StgMedium in com.jniwrapper.win32.automation
 

Methods in com.jniwrapper.win32.automation with parameters of type StgMedium
 void OleClientSiteImpl.onDataChange(FormatEtc pformatetc, StgMedium pStgmed)
           
 

Uses of StgMedium in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole with parameters of type StgMedium
static void OleFunctions.releaseStgMedium(StgMedium STM)
           
 void IPrint.print(Int32 grfFlags, Handle lpTargetDevice, Handle lpPageSet, StgMedium pStgOptions, IContinueCallback pCallback, Int32 nFirstPage, Int32 cPagesPrinted, Int32 pnLastPage)
           
 void IOleCache.setData(FormatEtc pformatetc, StgMedium pmedium, VariantBool fRelease)
           
 HResult IDataObject.getData(FormatEtc pformatetcIn, StgMedium pStgMediumIn)
           
 void IDataObject.getDataHere(FormatEtc pformatetc, StgMedium pmedium)
           
 void IDataObject.setData(FormatEtc pformatetc, StgMedium pmedium, VariantBool fRelease)
           
 void IAdviseSink.onDataChange(FormatEtc pformatetc, StgMedium pStgmed)
           
 

Uses of StgMedium in com.jniwrapper.win32.ole.impl
 

Methods in com.jniwrapper.win32.ole.impl with parameters of type StgMedium
 void IPrintImpl.print(Int32 grfFlags, Handle lpTargetDevice, Handle lpPageSet, StgMedium pStgOptions, IContinueCallback pCallback, Int32 nFirstPage, Int32 cPagesPrinted, Int32 nLastPage)
           
 void IOleCacheImpl.setData(FormatEtc pformatetc, StgMedium pmedium, VariantBool fRelease)
           
 HResult IDataObjectImpl.getData(FormatEtc pformatetcIn, StgMedium pStgMediumIn)
           
 void IDataObjectImpl.getDataHere(FormatEtc pformatetc, StgMedium pmedium)
           
 void IDataObjectImpl.setData(FormatEtc pformatetc, StgMedium pmedium, VariantBool fRelease)
           
 void IAdviseSinkImpl.onDataChange(FormatEtc pformatetc, StgMedium pStgmed)
           
 

Uses of StgMedium in com.jniwrapper.win32.ole.types
 

Constructors in com.jniwrapper.win32.ole.types with parameters of type StgMedium
StgMedium(StgMedium that)