|
Class Summary |
| ByDesc |
Used to pass a parameter by descriptor. |
| ByDescriptor |
Deprecated. As of J2VMS 1.3, replaced by ByDesc. |
| ByRef |
Used to pass a parameter by reference. |
| ByReference |
Deprecated. As of J2VMS 1.3, replaced by ByRef. |
| ByVal |
Used to pass a parameter by value. |
| ByValue |
Deprecated. As of J2VMS 1.3, replaced by ByVal. |
| Cmem |
Provides a mechanism to allocate memory using the C malloc routine. |
| FieldDescriptor |
The FieldDescriptor class describes a field position in a VmsStruct
class. |
| LibRoutines |
This class provides access to the LIB$ routines. |
| SystemCall |
Provides the capability to call a native OpenVMS routine. |
| SystemServices |
This class provides access to the OpenVMS System Services. |
| VMSparam |
This class provides the building block used in passing arguments to
native routines. |
| VmsStruct |
Access a byte array as a VMS system structure. |