Class DllFunction
java.lang.Object
com.ibm.dtfj.corereaders.zos.le.DllFunction
This class represents a DLL exported function.
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionDllFunction(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
 
 -