home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ctcoll95.zip / BASTELST / PAPI020.ZIP / API.H < prev    next >
C/C++ Source or Header  |  1993-10-06  |  430b  |  38 lines

  1. #define CAPI_INT    0xf1
  2.  
  3. struct msg_head
  4.  {
  5.     word length;
  6.     word appl_id;
  7.     byte command;
  8.     byte subcommand;
  9.     word msg_nr;
  10.     byte data[128];
  11.  };
  12.  
  13. struct telno
  14.  {
  15.     byte length;
  16.     byte info;
  17.     byte no[16];
  18.  };
  19.  
  20. struct dlpd
  21.  {
  22.     byte length;
  23.     word data_length;
  24.     byte link_addr_a;
  25.     byte link_addr_b;
  26.     byte modulo_mode;
  27.     byte window_size;
  28.     byte xid;
  29.  };
  30.  
  31. struct ncpd
  32.  {
  33.     byte length;
  34.     word lic, hic, ltc, htc, loc, hoc;
  35.     byte modulo_mode;
  36.  };
  37.  
  38.