Package org.jinterop.dcom.impls.automation

Defines out-of-box classes for usage with COM servers supporting automation.

See:
          Description

Interface Summary
CallConv Implements the CALLCONV data type of COM Automation.
FuncKind Implements the FUNCKIND structure of COM Automation.
IJIDispatch Represents the Windows COM IDispatch Interface.
IJIEnumVariant Represents the Windows COM IEnumVARIANT Interface.
IJITypeInfo Represents the Windows COM ITypeInfo Interface.
IJITypeLib Represents the Windows COM ITypeLib Interface.
ImplTypeFlags Implements the IMPLTYPEFLAGS structure of COM Automation.
InvokeKind Implements the INVOKEKIND structure of COM Automation.
TypeKind Implements the TYPEKIND structure of COM Automation
 

Class Summary
ArrayDesc Implements the ARRAYDESC structure of COM Automation.
ElemDesc Implements the ELEMDESC structure of COM Automation.
FuncDesc Implements the FUNCDESC structure of COM Automation.
IdlDesc  
Internal_JIAutomationFactory Creates automation related objects.
JIExcepInfo Exposes error code , exception source, exception description and help file path for an unsuccessful IJIDispatch operation.
ParamDesc Implements the PARAMDESC structure of COM Automation.
SafeArrayBounds Implements the SAFEARRAYBOUNDS structure of COM Automation.
TypeAttr Implements the TYPEATTR structure of COM Automation and contains attributes of an IJITypeInfo.
TypeDesc Implements the TYPEDESC structure of COM Automation and describes the type of a variable, the return type of a function, or the type of a function parameter.
VarDesc Implements the VARDESC structure of COM Automation
 

Exception Summary
JIAutomationException Class for signifying Automation related exceptions.
 

Package org.jinterop.dcom.impls.automation Description

Defines out-of-box classes for usage with COM servers supporting automation. Please see http://msdn.microsoft.com/en-us/library/aa912424.aspx for more details on how to use COM Automation.

Disclaimer and copyright notice: Parts of documentation in this package has been referenced as it is from MSDN online help and is Microsoft(c) copyrighted.