Package org.jinterop.dcom.win32

Defines classes for automation.

See:
          Description

Interface Summary
CALLCONV From MSDN
Identifies the calling convention used by a member function.
FUNCKIND Function specifier.
IJIDispatch j-Interop class corresponding to COM IDispatch Interface.
IJIEnumVARIANT j-Interop class corresponding to COM IEnumVARIANT Interface.
IJIMoniker Not implemented.
IJIOleClientSite This interface enables communications between an object and its container.
IJIOleContainer Not Implemented.
IJIOleDocumentSite This interface implements each client site that hosts a document.
IJIOleDocumentView This interface is used by containers for receiving information about views of a document.
IJIOleInPlaceActiveObject This interface is used by the container to manipulate in-place objects when they are active.
IJIOleInPlaceFrame This interface is used by applications for management of modeless dialog boxes, composite menus, and context-sensitive help.
IJIOleInPlaceSite This interface enables communication between a client site of an in-place object and the container.
IJIOleInPlaceUIWindow This interface is used by a document or frame window for managing space when a containing object is activated or changes size.
IJIOleObject This interface provides functionality of an embedded object.
IJIOleWindow This interface allows to access windows that participate in in-place activation.
IJIStream Not Implemented.
IJITypeInfo From MSDN :- ITypeInfo, an interface typically used for reading information about objects.
IJITypeLib From MSDN:- The ITypeLib interface provides methods for accessing a library of type descriptions.
IMPLETYPEFLAGS  
INVOKEKIND  
TYPEKIND  
 

Class Summary
ArrayDesc From MSDN:
Contained within the TYPEDESC, which describes the type of the array's
elements, and information about the array's dimensions.
ElemDesc From MSDN:-
Includes the type description and process-transfer information for a variable
, a function, or a function parameter.
FuncDesc From MSDN:-
Describes a function.

JIComFactory Helper class for creating COM interfaces.
JIOleFrame Frame container for Ole controls.
JIRect Rectangle boundaries in pix.
ParamDesc Contains information needed for transferring a structure element, parameter, or function return value between processes
SafeArrayBounds  
TypeAttr Contains attributes of an IJITypeInfo.
TypeDesc Describes the type of a variable, the return type of a function, or the type of a function parameter.
VarDesc  
 

Package org.jinterop.dcom.win32 Description

Defines classes for automation. Provides wrappers for IDispatch, ITypeInfo etc.