Package com.sun.jna.platform.win32.COM
Klasse TypeInfoUtil.DllEntry
java.lang.Object
com.sun.jna.platform.win32.COM.TypeInfoUtil.DllEntry
- Umschließende Klasse:
TypeInfoUtil
The Class DllEntry.
- Autor:
- wolf.tobias@gmx.net The Class DllEntry.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the dll name.getName()
Gets the name.int
Gets the ordinal.void
setDllName
(String dllName) Sets the dll name.void
Sets the name.void
setOrdinal
(int ordinal) Sets the ordinal.
-
Konstruktordetails
-
DllEntry
Instantiates a new dll entry.- Parameter:
dllName
- the dll namename
- the nameordinal
- the ordinal
-
-
Methodendetails
-
getDllName
Gets the dll name.- Gibt zurück:
- the dll name
-
setDllName
Sets the dll name.- Parameter:
dllName
- the new dll name
-
getName
Gets the name.- Gibt zurück:
- the name
-
setName
Sets the name.- Parameter:
name
- the new name
-
getOrdinal
public int getOrdinal()Gets the ordinal.- Gibt zurück:
- the ordinal
-
setOrdinal
public void setOrdinal(int ordinal) Sets the ordinal.- Parameter:
ordinal
- the new ordinal
-