home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8707 / 62 / item_list_3.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-13  |  258 b   |  11 lines

  1. /*
  2.  * Define the standard item list 3 struct.
  3.  */
  4.  
  5. struct item_list_3 {
  6.     short i_length;                /* length of user buffer */
  7.     short i_code;                /* request code number */
  8.     char *i_buffer;                /* buffer address */
  9.     short *i_rslength;            /* result length address */
  10. };
  11.