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 Summary
ConstructorsConstructorDescriptionInvoke
(Variant.VARIANT.ByReference pVarResult, OaIdl.EXCEPINFO.ByReference pExcepInfo, int puArgErr) Instantiates a new invoke. -
Method Summary
Modifier and TypeMethodDescriptionGets the p excep info.int
Gets the pu arg err.Gets the p var result.
-
Constructor Details
-
Invoke
public Invoke(Variant.VARIANT.ByReference pVarResult, OaIdl.EXCEPINFO.ByReference pExcepInfo, int puArgErr) Instantiates a new invoke.- Parameters:
pVarResult
- the var resultpExcepInfo
- the excep infopuArgErr
- the pu arg err
-
-
Method Details
-
getpVarResult
Gets the p var result.- Returns:
- the p var result
-
getpExcepInfo
Gets the p excep info.- Returns:
- the p excep info
-
getPuArgErr
public int getPuArgErr()Gets the pu arg err.- Returns:
- the pu arg err
-