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

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

Uses of JIPointer in org.jinterop.dcom.core
 

Methods in org.jinterop.dcom.core that return JIPointer
 JIPointer JICallObject.getResultAsPointerAt(int index)
          Returns the value as JIPointer at the index from the result list.
 

Methods in org.jinterop.dcom.core with parameters of type JIPointer
 void JICallObject.addInParamAsPointer(JIPointer value, int FLAGS)
          Add IN parameter as JIPointer at the end of the Parameter list.
 void JICallObject.insertInParamAsPointerAt(int index, JIPointer value, int FLAGS)
          Add IN parameter as JIPointer at the specified index in the Parameter list.
 

Uses of JIPointer in org.jinterop.dcom.win32
 

Fields in org.jinterop.dcom.win32 declared as JIPointer
 JIPointer TypeDesc.arrayDesc
           
 JIPointer FuncDesc.lprgelemdescParam
           
 JIPointer FuncDesc.lprgscode
           
 JIPointer VarDesc.lpstrSchema
           
 JIPointer TypeAttr.lpstrSchema
           
 JIPointer ParamDesc.lpVarValue
           
 JIPointer TypeDesc.typeDesc