home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / top2src.zip / TOPLINK.ZIP / TOPSTRUC.PAS < prev    next >
Pascal/Delphi Source File  |  1996-03-16  |  764b  |  36 lines

  1. Type
  2.   IDXRec = Record
  3.              Alias : String[30];
  4.              Name : String[42];
  5.              Location : String[30];
  6.              Buf : Array [1..407] of byte;
  7.            end;
  8.  
  9. Type
  10.   TOPRec = Record
  11.              Buf : Array [1..8] of byte;
  12.              Alias : String[30];
  13.              Data : String[255];
  14.            end;
  15.            Buf[5,6] = Integer = Who action is done to -1;
  16.  
  17. 1 = Normal MSG
  18. 2 = User Entry
  19. 3 = User Exit!
  20. 4 = Profile Editor
  21. 5 = Return from PE
  22. 6 = whisper
  23. 7 = GA
  24. 8 = GA's
  25. 9 = Yellow MSG
  26. 13 = Secret MSG
  27. 14 = Handle change
  28. 15 = "<msg>"
  29. 16 = SC
  30. 18 = Personal actions updated.
  31. 19 = Tossed out of pub
  32. 22 = Transformed into a link
  33. 23 = <name>: <msg>
  34. 24 = Link turned off.
  35. 25 = Entry/Exit messages updated.
  36.