Uses of Package
com.jniwrapper.win32.automation.types

Packages that use com.jniwrapper.win32.automation.types
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.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.stg The com.jniwrapper.win32.stg package contains a number of commonly used interfaces from the Structured Storage API. 
 

Classes in com.jniwrapper.win32.automation.types used by com.jniwrapper.win32.automation
BindPtr
          The class BindPtr corresponds to the BINDPTR native union.
BStr
          This type is an analog of WideString, usually used by Automation and corresponds to BSTR native type.
DescKind
          The DescKind class corresponds to DESCKIND native enumeration.
DispID
          This type is used in IDIspatch::Invoke and corresponds to DISPID native type.
DispParams
          This structure contains arguments passed to a method and corresponds to DISPPARAMS native structure.
ExcepInfo
          This structure contains information about exception in IDispatch::Invoke and corresponds to EXCEPINFO native structure.
InvokeKind
          The InvokeKind class corresponds to INVOKEKIND native enumeration.
MemberID
          This type is synonym for DISPID type and corresponds to MEMBERID native type.
TypeKind
          The TypeKind class corresponds to TYPEKIND native enumeration.
Variant
          The Variant class corresponds to VARIANT native structure.
VariantBool
          The VariantBool class corresponds to VARIANT_BOOL native type.
 

Classes in com.jniwrapper.win32.automation.types used by com.jniwrapper.win32.automation.impl
BindPtr
          The class BindPtr corresponds to the BINDPTR native union.
BStr
          This type is an analog of WideString, usually used by Automation and corresponds to BSTR native type.
DescKind
          The DescKind class corresponds to DESCKIND native enumeration.
DispID
          This type is used in IDIspatch::Invoke and corresponds to DISPID native type.
DispParams
          This structure contains arguments passed to a method and corresponds to DISPPARAMS native structure.
ExcepInfo
          This structure contains information about exception in IDispatch::Invoke and corresponds to EXCEPINFO native structure.
InvokeKind
          The InvokeKind class corresponds to INVOKEKIND native enumeration.
MemberID
          This type is synonym for DISPID type and corresponds to MEMBERID native type.
TypeKind
          The TypeKind class corresponds to TYPEKIND native enumeration.
Variant
          The Variant class corresponds to VARIANT native structure.
VariantBool
          The VariantBool class corresponds to VARIANT_BOOL native type.
 

Classes in com.jniwrapper.win32.automation.types used by com.jniwrapper.win32.automation.types
ArrayDesc
          This structure contains information about an array and corresponds to ARRAYDESC native structure.
BindPtr
          The class BindPtr corresponds to the BINDPTR native union.
BStr
          This type is an analog of WideString, usually used by Automation and corresponds to BSTR native type.
CallConv
          This enumeration contains IDs of calling conventions for member functions and corresponds to CALLCONV native enumeration.
Decimal
          This structure represents a decimal data type and corresponds to DECIMAL native structure.
DispID
          This type is used in IDIspatch::Invoke and corresponds to DISPID native type.
DispParams
          This structure contains arguments passed to a method and corresponds to DISPPARAMS native structure.
ElemDesc
          The ElemDesc class corresponds to ELEMDESC native structure.
ExcepInfo
          This structure contains information about exception in IDispatch::Invoke and corresponds to EXCEPINFO native structure.
FuncDesc
          This structure contains information about function and corresponds to FUNCDESC native structure.
FuncKind
          The FuncKind class corresponds to FUNCKIND native enumeration.
IDLDesc
          The IDLDesc class corresponds to IDLDESC native structure.
InvokeKind
          The InvokeKind class corresponds to INVOKEKIND native enumeration.
MemberID
          This type is synonym for DISPID type and corresponds to MEMBERID native type.
ParamDesc
          The ParamDesc class corresponds to PARAMDESC native structure.
ParamDescEx
          The ParamDescEx class corresponds to PARAMDESCEX native structure.
SafeArray
          This class is the special helper class for working with SafeArray.SafeArrayStructure, which corresponds to the SAFEARRAY data type.
SafeArray.SafeArrayAttributes
           
SafeArray.SafeArrayStructure
          This class represents SAFEARRAY Data Type.
SafeArrayBound
          This structure contains bounds for dimension of an array and corresponds to SAFEARRAYBOUND native structure.
SysKind
          This enumeration contains IDs for types of an operating system and corresponds to SYSKIND native enumeration.
TLibAttr
          This structure describes type library and corresponds to TLIBATTR native structure.
TypeAttr
          The TypeAttr class corresponds to TYPEATTR native structure.
TypeDesc
          This structure contains information about variable, return type of the function, parameter of the function and corresponds to TYPEDESC native structure.
TypeKind
          The TypeKind class corresponds to TYPEKIND native enumeration.
VarDesc
          This structure contains information about the variable, data member, constant and corresponds to VARDESC native structure.
Variant
          The Variant class corresponds to VARIANT native structure.
VariantArg
          This structure is used with DISPPARAMS, VARIANT and corresponds to VARIANTARG native structure.
VariantBool
          The VariantBool class corresponds to VARIANT_BOOL native type.
VarKind
          The VarKind class corresponds to VARKIND native enumeration.
VarType
          This enumeration is used in VARIANT, TYPEDESC, and SafeArrays and corresponds to VARTYPE native enumeration.
 

Classes in com.jniwrapper.win32.automation.types used by com.jniwrapper.win32.com
BStr
          This type is an analog of WideString, usually used by Automation and corresponds to BSTR native type.
DispID
          This type is used in IDIspatch::Invoke and corresponds to DISPID native type.
VariantBool
          The VariantBool class corresponds to VARIANT_BOOL native type.
 

Classes in com.jniwrapper.win32.automation.types used by com.jniwrapper.win32.com.impl
BStr
          This type is an analog of WideString, usually used by Automation and corresponds to BSTR native type.
VariantBool
          The VariantBool class corresponds to VARIANT_BOOL native type.
 

Classes in com.jniwrapper.win32.automation.types used by com.jniwrapper.win32.com.server
DispID
          This type is used in IDIspatch::Invoke and corresponds to DISPID native type.
DispParams
          This structure contains arguments passed to a method and corresponds to DISPPARAMS native structure.
ExcepInfo
          This structure contains information about exception in IDispatch::Invoke and corresponds to EXCEPINFO native structure.
Variant
          The Variant class corresponds to VARIANT native structure.
VariantBool
          The VariantBool class corresponds to VARIANT_BOOL native type.
 

Classes in com.jniwrapper.win32.automation.types used by com.jniwrapper.win32.mshtml
VariantBool
          The VariantBool class corresponds to VARIANT_BOOL native type.
 

Classes in com.jniwrapper.win32.automation.types used by com.jniwrapper.win32.mshtml.impl
VariantBool
          The VariantBool class corresponds to VARIANT_BOOL native type.
 

Classes in com.jniwrapper.win32.automation.types used by com.jniwrapper.win32.ole
BStr
          This type is an analog of WideString, usually used by Automation and corresponds to BSTR native type.
DispID
          This type is used in IDIspatch::Invoke and corresponds to DISPID native type.
Variant
          The Variant class corresponds to VARIANT native structure.
VariantBool
          The VariantBool class corresponds to VARIANT_BOOL native type.
 

Classes in com.jniwrapper.win32.automation.types used by com.jniwrapper.win32.ole.impl
BStr
          This type is an analog of WideString, usually used by Automation and corresponds to BSTR native type.
DispID
          This type is used in IDIspatch::Invoke and corresponds to DISPID native type.
Variant
          The Variant class corresponds to VARIANT native structure.
VariantBool
          The VariantBool class corresponds to VARIANT_BOOL native type.
 

Classes in com.jniwrapper.win32.automation.types used by com.jniwrapper.win32.stg
BStr
          This type is an analog of WideString, usually used by Automation and corresponds to BSTR native type.