/sys$common/syshlp/helplib.hlb RTL Routines, LIB$, LIB$CALLG, Arguments *Conan The Librarian (sorry for the slow response - running on an old VAX) |
argument-list OpenVMS usage:arg_list type: unspecified access: read only mechanism: by reference, array reference Argument list to be passed to user-procedure. The argument- list argument is the address of an array of longwords that is the argument list. The first longword contains the count of the remaining longwords, to a maximum of 255. user-procedure OpenVMS usage:procedure type: procedure value access: function call (before return) mechanism: by value Routine that LIB$CALLG calls with the specified argument list.
|