java.lang.Object
com.ibm.dtfj.corereaders.zos.le.DllFunction
This class represents a DLL exported function.
-
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
Create a new DllFunction.- Parameters:
name
- the name of the functionaddress
- the address of the functionmodule
- XXX tbcenv
- pointer to the WSA environment for this function
-