Class DllFunction
java.lang.Object
com.ibm.dtfj.corereaders.zos.le.DllFunction
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDllFunction
(String name, long address, String module, long env) Create a new DllFunction. -
Method Summary
-
Field Details
-
name
The name of the function -
address
public long addressThe address of the function -
module
XXX -
env
public long envPointer to the WSA environment for this function (as typically passed in R5)
-
-
Constructor Details
-
DllFunction
-