Package com.sun.jna.platform.win32.COM
Klasse TypeInfoUtil.Invoke
java.lang.Object
com.sun.jna.platform.win32.COM.TypeInfoUtil.Invoke
- Umschließende Klasse:
TypeInfoUtil
The Class Invoke.
- Autor:
- wolf.tobias@gmx.net The Class Invoke.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungInvoke
(Variant.VARIANT.ByReference pVarResult, OaIdl.EXCEPINFO.ByReference pExcepInfo, int puArgErr) Instantiates a new invoke. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the p excep info.int
Gets the pu arg err.Gets the p var result.
-
Konstruktordetails
-
Invoke
public Invoke(Variant.VARIANT.ByReference pVarResult, OaIdl.EXCEPINFO.ByReference pExcepInfo, int puArgErr) Instantiates a new invoke.- Parameter:
pVarResult
- the var resultpExcepInfo
- the excep infopuArgErr
- the pu arg err
-
-
Methodendetails
-
getpVarResult
Gets the p var result.- Gibt zurück:
- the p var result
-
getpExcepInfo
Gets the p excep info.- Gibt zurück:
- the p excep info
-
getPuArgErr
public int getPuArgErr()Gets the pu arg err.- Gibt zurück:
- the pu arg err
-