home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v5.zip / TOOLKT21 / ASM / OS2INC / PMWP.INC < prev    next >
Text File  |  1993-04-26  |  1KB  |  80 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. IFTEMP08 = 0
  12. IFDEF INCL_WPCLASS
  13. IFTEMP08 = 1
  14. ENDIF
  15. IFNDEF INCL_NOCOMMON
  16. IFTEMP08 = 1
  17. ENDIF
  18. IF IFTEMP08
  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.  
  27. OBJECTIMAGE    STRUC
  28. oimg_hptrObject    DD    ?
  29. OBJECTIMAGE    ENDS
  30.  
  31. OBJCLASS    STRUC
  32. ocls_pNext    DD    ?
  33. ocls_pszClassName    DD    ?
  34. ocls_pszModName    DD    ?
  35. OBJCLASS    ENDS
  36. CO_FAILIFEXISTS    EQU    0 
  37. CO_REPLACEIFEXISTS    EQU    1 
  38. CO_UPDATEIFEXISTS    EQU    2 
  39. endif  
  40. INCL_WPERRORS    EQU    1
  41.  
  42. INCLUDE pmerr.INC
  43.  
  44. PAGEINFO    STRUC
  45. pginf_cb    DD    ?
  46. pginf_hwndPage    DD    ?
  47. pginf_pfnwp    DD    ?
  48. pginf_resid    DD    ?
  49. pginf_pCreateParams    DD    ?
  50. pginf_dlgid    DW    ?
  51. pginf_usPageStyleFlags    DW    ?
  52. pginf_usPageInsertFlags    DW    ?
  53. pginf_usSettingsFlags    DW    ?
  54. pginf_pszName    DD    ?
  55. pginf_idDefaultHelpPanel    DW    ?
  56. pginf_usReserved2    DW    ?
  57. pginf_pszHelpLibraryName    DD    ?
  58. pginf_pHelpSubtable    DD    ?
  59. pginf_hmodHelpSubtable    DD    ?
  60. pginf_ulPageInsertId    DD    ?
  61. PAGEINFO    ENDS
  62. SETTINGS_PAGE_NUMBERS    EQU    01H 
  63. IFTEMP09 = 0
  64. IFNDEF INCL_NOCOMMON
  65. IFTEMP09 = 1
  66. ENDIF
  67. IF IFTEMP09
  68.  
  69. ICONPOS    STRUC
  70. icp_ptlIcon    DB    SIZE POINTL DUP (?)
  71. icp_szIdentity    DB    1 DUP (?)
  72. ICONPOS    ENDS
  73. ifdef INCL_WINPOINTERS
  74. endif
  75. endif
  76. ifdef __IBMC__
  77. ifndef __CHKHDR__
  78. endif
  79. endif
  80.