Uses of Class
org.jinterop.dcom.core.JIString

Packages that use JIString
org.jinterop.dcom.core Core library classes and Data structures. 
org.jinterop.dcom.win32 Defines classes for automation
 

Uses of JIString in org.jinterop.dcom.core
 

Methods in org.jinterop.dcom.core that return JIString
 JIString JIVariant.getObjectAsString()
          Retrieves the contained object as JIString.
 JIString JICallObject.getResultAsStringAt(int index)
          Returns the value as JIString at the index from the result list.
 

Constructors in org.jinterop.dcom.core with parameters of type JIString
JIVariant(JIString value)
          Setting up a VARIANT with a JIString.
JIVariant(JIString value, boolean isByRef)
          Setting up a VARIANT with a JIString.
 

Uses of JIString in org.jinterop.dcom.win32
 

Methods in org.jinterop.dcom.win32 that return JIString
 JIString IJITypeInfo.getMops(int memberId)
          Retrieves marshaling information.
 JIString IJIOleObject.getUserClassID()
           
 JIString IJIOleObject.getUserType(int dwFormOfType)
           
 

Methods in org.jinterop.dcom.win32 with parameters of type JIString
 java.lang.Object[] IJITypeLib.findName(JIString nameBuf, int hashValue, short found)
          Finds occurrences of a type description in a type library.
 void JIOleFrame.setActiveObject(JIInterfacePointer pActiveObject, JIString pszObjName)
           
 void IJIOleInPlaceUIWindow.setActiveObject(JIInterfacePointer pActiveObject, JIString pszObjName)
           
 void IJIOleObject.setHostNames(JIString szContainerApp, JIString szContainerObj)
           
 void JIOleFrame.setStatusText(JIString pszStatusText)
           
 void IJIOleInPlaceFrame.setStatusText(JIString pszStatusText)