home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ctcoll95.zip / BASTELST / PAPI020.ZIP / HEAD.H < prev    next >
Text File  |  1993-10-06  |  522b  |  15 lines

  1. int api_register(byte far *buffer,int nmesg,int maxcon,int maxblock,int maxsize);
  2. word api_release(void);
  3. int api_put_message(byte far *message);
  4. word api_set_signal(InterruptPtr f);
  5. int api_deinstall(int force);
  6. void api_get_manufacturer(byte far *buffer);
  7. void api_get_version(byte far *buffer);
  8. void api_get_serial(byte far *buffer);
  9. int api_check(void);
  10. void interrupt apivec(void);
  11. void printmessage(struct msg_head *p);
  12. void printdefault(struct msg_head *p);
  13. int dumpmessage(void);
  14. void PassUp(byte *buf, word len);
  15.