home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
misc
/
volume1
/
8707
/
62
/
item_list_3.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1990-07-13
|
258 b
|
11 lines
/*
* Define the standard item list 3 struct.
*/
struct item_list_3 {
short i_length; /* length of user buffer */
short i_code; /* request code number */
char *i_buffer; /* buffer address */
short *i_rslength; /* result length address */
};