home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / developmen / lpcs / LP.H next >
Text File  |  1993-10-06  |  627b  |  26 lines

  1. /*    LP.H - HEADER
  2. Written by Colly, October 1992
  3. */
  4.  
  5. /* Link paste SYSTEM REGISTER SERVER MESSAGE number */
  6. #define SY_LINK_SERVER 3
  7. /* Link paste SYSTEM return REGISTERED SERVER MESSAGE number */
  8. #define SY_LINK_PASTE 4
  9.  
  10. /* Link paste SERVER MESSAGE numbers */
  11. #define TY_LINKSV_STEP 0x21
  12. #define TY_LINKSV_DEATH 0x22
  13.  
  14. /* Link paste formats */
  15. #define DF_LINK_TEXT 0x0002l
  16. #define DF_LINK_TABTEXT 0x0004l
  17. #define DF_LINK_PARAS 0x0010
  18.  
  19. #define DF_LINK_NATIVE 0
  20. #define DF_LINK_TEXT_VAL 1
  21. #define DF_LINK_TABTEXT_VAL 2
  22. #define DF_LINK_RESERVED1 3
  23. #define DF_LINK_PARAS_VAL 4
  24. #define DF_LINK_RESERVED2 5
  25.  
  26.