Uses of Interface
org.jinterop.dcom.win32.IJITypeInfo

Packages that use IJITypeInfo
org.jinterop.dcom.win32 Defines classes for automation
 

Uses of IJITypeInfo in org.jinterop.dcom.win32
 

Methods in org.jinterop.dcom.win32 that return IJITypeInfo
 IJITypeInfo IJITypeInfo.getRefTypeInfo(int hrefType)
          If a type description references other type descriptions, it retrieves the referenced type descriptions.
 IJITypeInfo IJITypeLib.getTypeInfo(int index)
          Retrieves the specified type description in the library.
 IJITypeInfo IJIDispatch.getTypeInfo(int typeInfo)
          Returns an j-Interop implementation of COM ITypeInfo interface based on the typeInfo .
 IJITypeInfo IJITypeLib.getTypeInfoOfGuid(java.lang.String uuid)
          Retrieves the type description that corresponds to the specified GUID.