home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / EDMI5.ZIP / PAPER2.ZIP / PAPER.H < prev   
Text File  |  1993-10-04  |  1KB  |  38 lines

  1. #define WC_PAPERPAGE             "PaperPageClass"
  2.  
  3. #define PPS_BORDER               0x00000001L
  4. #define PPS_HOLESLEFT            0x00000000L
  5. #define PPS_HOLESRIGHT           0x00000002L
  6. #define PPS_HOLESNONE            0x00000004L
  7.  
  8. #define PPM_BASE                 WM_USER+320
  9. #define PPM_QUERYMAXLINES        (PPM_BASE)
  10. #define PPM_QUERYCURRENTLINE     (PPM_BASE+1)
  11. #define PPM_QUERYLINERECT        (PPM_BASE+2)
  12. #define PPM_QUERYNUMHOLES        (PPM_BASE+3)
  13. #define PPM_QUERYHOLERECT        (PPM_BASE+4)
  14. #define PPM_QUERYLINETEXT        (PPM_BASE+5)
  15. #define PPM_QUERYLINETEXTLEN     (PPM_BASE+6)
  16. #define PPM_QUERYPAPERTEXT       (PPM_BASE+7)
  17. #define PPM_QUERYPAPERTEXTLEN    (PPM_BASE+8)
  18. #define PPM_SETCURRENTLINE       (PPM_BASE+9)
  19. #define PPM_SETLINETEXT          (PPM_BASE+10)
  20. #define PPM_SETPAPERTEXT         (PPM_BASE+11)
  21. #define PPM_CONVERTPOINTS        (PPM_BASE+12)
  22.  
  23. #define PPN_UP                   (USHORT)1
  24. #define PPN_DOWN                 (USHORT)2
  25. #define PPN_BEGINPAGE            (USHORT)3
  26. #define PPN_ENDPAGE              (USHORT)4
  27. #define PPN_CLICKED              (USHORT)5
  28. #define PPN_DBLCLICKED           (USHORT)6
  29. #define PPN_CONTEXTMENU          (USHORT)7
  30. #define PPN_HELP                 (USHORT)8
  31. #define PPN_SETFOCUS             (USHORT)9
  32. #define PPN_KILLFOCUS            (USHORT)10
  33.  
  34. #define PPR_CID_ENTRYFIELD       256
  35.  
  36. BOOL PprInitialize(HAB habAnchor);
  37. BOOL PprTerminate(HAB habAnchor);
  38.