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

Packages that use JIPointer
org.jinterop.dcom.core Defines the classes and data structures required to work with j-Interop. 
org.jinterop.dcom.impls.automation Defines out-of-box classes for usage with COM servers supporting automation
 

Uses of JIPointer in org.jinterop.dcom.core
 

Methods in org.jinterop.dcom.core that return JIPointer
 JIPointer JICallBuilder.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 JICallBuilder.addInParamAsPointer(JIPointer value, int FLAGS)
          Add [in] parameter as JIPointer at the end of the Parameter list.
 void JICallBuilder.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.impls.automation
 

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



Copyright © 2011. All Rights Reserved.