Package com.sun.jna.platform.win32.COM
Class TypeInfoUtil.Invoke
- java.lang.Object
- 
- com.sun.jna.platform.win32.COM.TypeInfoUtil.Invoke
 
- 
- Enclosing class:
- TypeInfoUtil
 
 public static class TypeInfoUtil.Invoke extends java.lang.ObjectThe Class Invoke.- Author:
- wolf.tobias@gmx.net The Class Invoke.
 
- 
- 
Constructor SummaryConstructors Constructor Description Invoke(Variant.VARIANT.ByReference pVarResult, OaIdl.EXCEPINFO.ByReference pExcepInfo, int puArgErr)Instantiates a new invoke.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OaIdl.EXCEPINFO.ByReferencegetpExcepInfo()Gets the p excep info.intgetPuArgErr()Gets the pu arg err.Variant.VARIANT.ByReferencegetpVarResult()Gets the p var result.
 
- 
- 
- 
Constructor Detail- 
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 Detail- 
getpVarResultpublic Variant.VARIANT.ByReference getpVarResult() Gets the p var result.- Returns:
- the p var result
 
 - 
getpExcepInfopublic OaIdl.EXCEPINFO.ByReference getpExcepInfo() Gets the p excep info.- Returns:
- the p excep info
 
 - 
getPuArgErrpublic int getPuArgErr() Gets the pu arg err.- Returns:
- the pu arg err
 
 
- 
 
-