Package com.sun.jna.platform.win32.COM
Class TypeInfoUtil.Invoke
java.lang.Object
com.sun.jna.platform.win32.COM.TypeInfoUtil.Invoke
- Enclosing class:
- TypeInfoUtil
The Class Invoke.
- Author:
- wolf.tobias@gmx.net The Class Invoke.
- 
Constructor SummaryConstructorsConstructorDescriptionInvoke(Variant.VARIANT.ByReference pVarResult, OaIdl.EXCEPINFO.ByReference pExcepInfo, int puArgErr) Instantiates a new invoke.
- 
Method SummaryModifier and TypeMethodDescriptionGets the p excep info.intGets the pu arg err.Gets the p var result.
- 
Constructor Details- 
Invokepublic Invoke(Variant.VARIANT.ByReference pVarResult, OaIdl.EXCEPINFO.ByReference pExcepInfo, int puArgErr) Instantiates a new invoke.- Parameters:
- pVarResult- the var result
- pExcepInfo- the excep info
- puArgErr- the pu arg err
 
 
- 
- 
Method Details- 
getpVarResultGets the p var result.- Returns:
- the p var result
 
- 
getpExcepInfoGets the p excep info.- Returns:
- the p excep info
 
- 
getPuArgErrpublic int getPuArgErr()Gets the pu arg err.- Returns:
- the pu arg err
 
 
-