home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / os2tk20 / asm / os2inc / pmwp.in_ / PMWP.INC
Encoding:
Text File  |  1992-10-06  |  1.5 KB  |  88 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.  
  24. OBJECTIMAGE    STRUC
  25. oimg_hptrObject    DD    ?
  26. OBJECTIMAGE    ENDS
  27.  
  28. OBJCLASS    STRUC
  29. ocls_pNext    DD    ?
  30. ocls_pszClassName    DD    ?
  31. ocls_pszModName    DD    ?
  32. OBJCLASS    ENDS
  33. CO_FAILIFEXISTS    EQU    0 
  34. CO_REPLACEIFEXISTS    EQU    1 
  35. CO_UPDATEIFEXISTS    EQU    2 
  36. endif  
  37. INCL_WPERRORS    EQU    1
  38.  
  39. INCLUDE pmerr.INC
  40.  
  41. PAGEINFO    STRUC
  42. pginf_cb    DD    ?
  43. pginf_hwndPage    DD    ?
  44. pginf_pfnwp    DD    ?
  45. pginf_resid    DD    ?
  46. pginf_pCreateParams    DD    ?
  47. pginf_dlgid    DW    ?
  48. pginf_usPageStyleFlags    DW    ?
  49. pginf_usPageInsertFlags    DW    ?
  50. pginf_usReserved    DW    ?
  51. pginf_pszName    DD    ?
  52. pginf_idDefaultHelpPanel    DW    ?
  53. pginf_usReserved2    DW    ?
  54. pginf_pszHelpLibraryName    DD    ?
  55. pginf_pHelpSubtable    DD    ?
  56. pginf_hmodHelpSubtable    DD    ?
  57. pginf_ulPageInsertId    DD    ?
  58. PAGEINFO    ENDS
  59. IFTEMP09 = 0
  60. IFNDEF INCL_NOCOMMON
  61. IFTEMP09 = 1
  62. ENDIF
  63. IF IFTEMP09
  64.  
  65. ICONPOS    STRUC
  66. icp_ptlIcon    DB    SIZE POINTL DUP (?)
  67. icp_szIdentity    DB    1 DUP (?)
  68. ICONPOS    ENDS
  69.  
  70. ICONINFO    STRUC
  71. icinf_cb    DD    ?
  72. icinf_fFormat    DD    ?
  73. icinf_pszFileName    DD    ?
  74. icinf_hmod    DD    ?
  75. icinf_resid    DD    ?
  76. icinf_cbIconData    DD    ?
  77. icinf_pIconData    DD    ?
  78. ICONINFO    ENDS
  79. ICON_FILE    EQU    1          
  80. ICON_RESOURCE    EQU    2 
  81. ICON_DATA    EQU    3 
  82. ICON_CLEAR    EQU    4 
  83. endif
  84. ifdef __IBMC__
  85. ifndef __CHKHDR__
  86. endif
  87. endif
  88.