Uses of Package
com.jniwrapper.win32.com

Packages that use com.jniwrapper.win32.com
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
com.jniwrapper.win32.automation.impl The com.jniwrapper.win32.automation.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.automation package. 
com.jniwrapper.win32.automation.types The com.jniwrapper.win32.automation.types package contains various Automation types wrappers, such as Variant, BStr, SafeArray and other. 
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.com.server The com.jniwrapper.win32.com.server package contains VTBL classes for COM interfaces introduced in the com.jniwrapper.win32.com package. 
com.jniwrapper.win32.com.types The com.jniwrapper.win32.com.types package contains Java wrappers for native structures and types, which are commonly used in COM. 
com.jniwrapper.win32.mshtml The com.jniwrapper.win32.mshtml package contains a number of commonly used interfaces from the MSHTML library. 
com.jniwrapper.win32.mshtml.impl The com.jniwrapper.win32.mshtml.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.mshtml package. 
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. 
com.jniwrapper.win32.stg The com.jniwrapper.win32.stg package contains a number of commonly used interfaces from the Structured Storage API. 
com.jniwrapper.win32.stg.impl The com.jniwrapper.win32.stg.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.stg package. 
 

Classes in com.jniwrapper.win32.com used by com.jniwrapper.win32.automation
ComException
          This exception class is used for indicating errors occurred on the COM side.
IMoniker
          This interface is used to find and activate COM objects.
IServiceProvider
          IServiceProvider interface provides a generic way to locate a service by GUID.
IUnknown
          The IUnknown interface allows to get other interfaces of an object using the queryInterface method and to manage the existence of the object using the addRef and release methods.
 

Classes in com.jniwrapper.win32.com used by com.jniwrapper.win32.automation.impl
ComException
          This exception class is used for indicating errors occurred on the COM side.
IServiceProvider
          IServiceProvider interface provides a generic way to locate a service by GUID.
IUnknown
          The IUnknown interface allows to get other interfaces of an object using the queryInterface method and to manage the existence of the object using the addRef and release methods.
 

Classes in com.jniwrapper.win32.com used by com.jniwrapper.win32.automation.types
ComException
          This exception class is used for indicating errors occurred on the COM side.
IUnknown
          The IUnknown interface allows to get other interfaces of an object using the queryInterface method and to manage the existence of the object using the addRef and release methods.
 

Classes in com.jniwrapper.win32.com used by com.jniwrapper.win32.com
CallType
          The CallType enumeration constant specifies the call types used by IMessageFilter.handleInComingCall method.
CoAuthIdentity
           
CoAuthInfo
          This structure contains authentication settings for remote activation.
CoInit
          This enumeration determines the concurrency model used for incoming calls to objects created by this thread.
ComException
          This exception class is used for indicating errors occurred on the COM side.
ComFunctions
          This class provides wrappers for functions from OLEAUT32 library and service routines for JNIWrapper COM integration.
CoServerInfo
          Represents remote computer and corresponds to native COSERVERINFO structure.
DispatchComServer
          This is the root class for the java COM servers.
IClassFactory
          This interface provides methods for handling creation of new instances of a COM class.
ICreateErrorInfo
          Represents Java interface for COM interface ICreateErrorInfo.
IEnumMoniker
          This interface is used to enumerate the components of a moniker or the monikers in a table of monikers.
IEnumString
          This interface is used to enumerate strings.
IEnumUnknown
          This interface enumerates objects that implement IUnknown and are contained in the component.
IEnumVariant
          This interface is used to provides a method for enumerating a collection of variants.
IErrorInfo
          Represents Java interface for COM interface IErrorInfo.
IMoniker
          This interface is used to find and activate COM objects.
IPersist
          This is the base interface for other interfaces representing objects that can be stored persistently in the system.
IPersistStream
          This interface provides methods for saving and loading objects by means of serial stream.
IUnknown
          The IUnknown interface allows to get other interfaces of an object using the queryInterface method and to manage the existence of the object using the addRef and release methods.
LicInfo
          This class is the wrapper for LICINFO structure.
MultiQI
          This structure is used for querying multiple interfaces from COM interface and corresponds to native MULTI_QI structure.
ServerCall
          The ServerCall enumeration constants indicate the status of server call returned by the IMessageFilter.handleInComingCall method and passed to the IMessageFilter.retryRejectedCall method.
 

Classes in com.jniwrapper.win32.com used by com.jniwrapper.win32.com.impl
ComException
          This exception class is used for indicating errors occurred on the COM side.
IClassFactory
          This interface provides methods for handling creation of new instances of a COM class.
IClassFactory2
          This interface enables a class factory object, in any sort of object server, to control object creation through licensing.
ICreateErrorInfo
          Represents Java interface for COM interface ICreateErrorInfo.
IEnumMoniker
          This interface is used to enumerate the components of a moniker or the monikers in a table of monikers.
IEnumString
          This interface is used to enumerate strings.
IEnumUnknown
          This interface enumerates objects that implement IUnknown and are contained in the component.
IEnumVariant
          This interface is used to provides a method for enumerating a collection of variants.
IErrorInfo
          Represents Java interface for COM interface IErrorInfo.
IMalloc
          This interface is used for memory management.
IMessageFilter
          Filtering messages helps to ensure that calls are handled in a manner that improves performance and avoids deadlocks.
IMoniker
          This interface is used to find and activate COM objects.
IPersist
          This is the base interface for other interfaces representing objects that can be stored persistently in the system.
IPersistFile
          This interface provides a method for loading and saving files to a disk.
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.
IPersistStream
          This interface provides methods for saving and loading objects by means of serial stream.
IPersistStreamInit
          This interface is a replacement for the IPersistStream interface, and contains the InitNew method
IServiceProvider
          IServiceProvider interface provides a generic way to locate a service by GUID.
ISupportErrorInfo
          Represents Java interface for COM interface ISupportErrorInfo.
IUnknown
          The IUnknown interface allows to get other interfaces of an object using the queryInterface method and to manage the existence of the object using the addRef and release methods.
LicInfo
          This class is the wrapper for LICINFO structure.
 

Classes in com.jniwrapper.win32.com used by com.jniwrapper.win32.com.server
ComException
          This exception class is used for indicating errors occurred on the COM side.
IClassFactory
          This interface provides methods for handling creation of new instances of a COM class.
IUnknown
          The IUnknown interface allows to get other interfaces of an object using the queryInterface method and to manage the existence of the object using the addRef and release methods.
 

Classes in com.jniwrapper.win32.com used by com.jniwrapper.win32.com.types
ComException
          This exception class is used for indicating errors occurred on the COM side.
IUnknown
          The IUnknown interface allows to get other interfaces of an object using the queryInterface method and to manage the existence of the object using the addRef and release methods.
 

Classes in com.jniwrapper.win32.com used by com.jniwrapper.win32.mshtml
ComException
          This exception class is used for indicating errors occurred on the COM side.
IUnknown
          The IUnknown interface allows to get other interfaces of an object using the queryInterface method and to manage the existence of the object using the addRef and release methods.
 

Classes in com.jniwrapper.win32.com used by com.jniwrapper.win32.mshtml.impl
ComException
          This exception class is used for indicating errors occurred on the COM side.
IUnknown
          The IUnknown interface allows to get other interfaces of an object using the queryInterface method and to manage the existence of the object using the addRef and release methods.
 

Classes in com.jniwrapper.win32.com used by com.jniwrapper.win32.ole
ComException
          This exception class is used for indicating errors occurred on the COM side.
IEnumMoniker
          This interface is used to enumerate the components of a moniker or the monikers in a table of monikers.
IEnumString
          This interface is used to enumerate strings.
IEnumUnknown
          This interface enumerates objects that implement IUnknown and are contained in the component.
IMoniker
          This interface is used to find and activate COM objects.
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.
IPersistStream
          This interface provides methods for saving and loading objects by means of serial stream.
IUnknown
          The IUnknown interface allows to get other interfaces of an object using the queryInterface method and to manage the existence of the object using the addRef and release methods.
 

Classes in com.jniwrapper.win32.com used by com.jniwrapper.win32.ole.impl
ComException
          This exception class is used for indicating errors occurred on the COM side.
IEnumMoniker
          This interface is used to enumerate the components of a moniker or the monikers in a table of monikers.
IEnumString
          This interface is used to enumerate strings.
IEnumUnknown
          This interface enumerates objects that implement IUnknown and are contained in the component.
IMoniker
          This interface is used to find and activate COM objects.
IUnknown
          The IUnknown interface allows to get other interfaces of an object using the queryInterface method and to manage the existence of the object using the addRef and release methods.
 

Classes in com.jniwrapper.win32.com used by com.jniwrapper.win32.ole.types
IUnknown
          The IUnknown interface allows to get other interfaces of an object using the queryInterface method and to manage the existence of the object using the addRef and release methods.
 

Classes in com.jniwrapper.win32.com used by com.jniwrapper.win32.stg
ComException
          This exception class is used for indicating errors occurred on the COM side.
IUnknown
          The IUnknown interface allows to get other interfaces of an object using the queryInterface method and to manage the existence of the object using the addRef and release methods.
 

Classes in com.jniwrapper.win32.com used by com.jniwrapper.win32.stg.impl
ComException
          This exception class is used for indicating errors occurred on the COM side.
IUnknown
          The IUnknown interface allows to get other interfaces of an object using the queryInterface method and to manage the existence of the object using the addRef and release methods.