home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / odtlktv4.zip / ODTLKT / TOOLKIT / INC / PMWP.INC < prev    next >
Text File  |  1995-12-04  |  1KB  |  83 lines

  1. ifdef __IBMC__
  2. ifndef __CHKHDR__
  3. endif
  4. endif
  5. PMWP_INCLUDED    EQU    1
  6.  
  7. ifdef INCL_WINWORKPLACE
  8. INCL_WPCLASS    EQU    1
  9.  
  10. endif
  11. IFTEMP09 = 0
  12. IFDEF INCL_WPCLASS
  13. IFTEMP09 = 1
  14. ENDIF
  15. IFNDEF INCL_NOCOMMON
  16. IFTEMP09 = 1
  17. ENDIF
  18. IF IFTEMP09
  19. CCHMAXCLASS    EQU    3       
  20. QC_First    EQU    0       
  21. QC_Next    EQU    1 
  22. QC_Last    EQU    2 
  23. QC_FIRST    EQU    QC_First
  24. QC_NEXT    EQU    QC_Next
  25. QC_LAST    EQU    QC_Last
  26. ifndef LOCATION_DESKTOP
  27. LOCATION_DESKTOP    EQU    (     0FFFF0001H ) 
  28. endif
  29.  
  30. OBJECTIMAGE    STRUC
  31. oimg_hptrObject    DD    ?
  32. OBJECTIMAGE    ENDS
  33.  
  34. OBJCLASS    STRUC
  35. ocls_pNext    DD    ?
  36. ocls_pszClassName    DD    ?
  37. ocls_pszModName    DD    ?
  38. OBJCLASS    ENDS
  39. CO_FAILIFEXISTS    EQU    0 
  40. CO_REPLACEIFEXISTS    EQU    1 
  41. CO_UPDATEIFEXISTS    EQU    2 
  42. endif  
  43. INCL_WPERRORS    EQU    1
  44.  
  45. INCLUDE pmerr.INC
  46.  
  47. PAGEINFO    STRUC
  48. pginf_cb    DD    ?
  49. pginf_hwndPage    DD    ?
  50. pginf_pfnwp    DD    ?
  51. pginf_resid    DD    ?
  52. pginf_pCreateParams    DD    ?
  53. pginf_dlgid    DW    ?
  54. pginf_usPageStyleFlags    DW    ?
  55. pginf_usPageInsertFlags    DW    ?
  56. pginf_usSettingsFlags    DW    ?
  57. pginf_pszName    DD    ?
  58. pginf_idDefaultHelpPanel    DW    ?
  59. pginf_usReserved2    DW    ?
  60. pginf_pszHelpLibraryName    DD    ?
  61. pginf_pHelpSubtable    DD    ?
  62. pginf_hmodHelpSubtable    DD    ?
  63. pginf_ulPageInsertId    DD    ?
  64. PAGEINFO    ENDS
  65. SETTINGS_PAGE_NUMBERS    EQU    01H 
  66. IFTEMP10 = 0
  67. IFNDEF INCL_NOCOMMON
  68. IFTEMP10 = 1
  69. ENDIF
  70. IF IFTEMP10
  71.  
  72. ICONPOS    STRUC
  73. icp_ptlIcon    DB    SIZE POINTL DUP (?)
  74. icp_szIdentity    DB    1 DUP (?)
  75. ICONPOS    ENDS
  76. ifdef INCL_WINPOINTERS
  77. endif
  78. endif
  79. ifdef __IBMC__
  80. ifndef __CHKHDR__
  81. endif
  82. endif
  83.