/****************************************************************************** * * * VAX/VMS item list structure definition. * * * * Author: * * Terence Lee (DEC/HKO), 18-Oct-1989 * * * * Modification history: * * * ******************************************************************************/ /* * Item list 3. */ typedef struct { short buffer_length; short item_code; char *buffer_address; short *return_length_address; } itmlst_3;