home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v2.zip / DDKX86 / DBCSDD / INC32 / PMWP.INC < prev   
Text File  |  1995-04-14  |  2KB  |  90 lines

  1. ;*DDK*************************************************************************/
  2. ;
  3. ; COPYRIGHT    Copyright (C) 1995 IBM Corporation
  4. ;
  5. ;    The following IBM OS/2 WARP source code is provided to you solely for
  6. ;    the purpose of assisting you in your development of OS/2 WARP device
  7. ;    drivers. You may use this code in accordance with the IBM License
  8. ;    Agreement provided in the IBM Device Driver Source Kit for OS/2. This
  9. ;    Copyright statement may not be removed.;
  10. ;*****************************************************************************/
  11. ifdef __IBMC__
  12. ifndef __CHKHDR__
  13. endif
  14. endif
  15. PMWP_INCLUDED    EQU    1
  16.  
  17. ifdef INCL_WINWORKPLACE
  18. INCL_WPCLASS    EQU    1
  19.  
  20. endif
  21. IFTEMP08 = 0
  22. IFDEF INCL_WPCLASS
  23. IFTEMP08 = 1
  24. ENDIF
  25. IFNDEF INCL_NOCOMMON
  26. IFTEMP08 = 1
  27. ENDIF
  28. IF IFTEMP08
  29. CCHMAXCLASS    EQU    3       
  30. QC_First    EQU    0       
  31. QC_Next    EQU    1 
  32. QC_Last    EQU    2 
  33. QC_FIRST    EQU    QC_First
  34. QC_NEXT    EQU    QC_Next
  35. QC_LAST    EQU    QC_Last
  36.  
  37. OBJECTIMAGE    STRUC
  38. oimg_hptrObject    DD    ?
  39. OBJECTIMAGE    ENDS
  40.  
  41. OBJCLASS    STRUC
  42. ocls_pNext    DD    ?
  43. ocls_pszClassName    DD    ?
  44. ocls_pszModName    DD    ?
  45. OBJCLASS    ENDS
  46. CO_FAILIFEXISTS    EQU    0 
  47. CO_REPLACEIFEXISTS    EQU    1 
  48. CO_UPDATEIFEXISTS    EQU    2 
  49. endif  
  50. INCL_WPERRORS    EQU    1
  51.  
  52. INCLUDE pmerr.INC
  53.  
  54. PAGEINFO    STRUC
  55. pginf_cb    DD    ?
  56. pginf_hwndPage    DD    ?
  57. pginf_pfnwp    DD    ?
  58. pginf_resid    DD    ?
  59. pginf_pCreateParams    DD    ?
  60. pginf_dlgid    DW    ?
  61. pginf_usPageStyleFlags    DW    ?
  62. pginf_usPageInsertFlags    DW    ?
  63. pginf_usSettingsFlags    DW    ?
  64. pginf_pszName    DD    ?
  65. pginf_idDefaultHelpPanel    DW    ?
  66. pginf_usReserved2    DW    ?
  67. pginf_pszHelpLibraryName    DD    ?
  68. pginf_pHelpSubtable    DD    ?
  69. pginf_hmodHelpSubtable    DD    ?
  70. pginf_ulPageInsertId    DD    ?
  71. PAGEINFO    ENDS
  72. SETTINGS_PAGE_NUMBERS    EQU    01H 
  73. IFTEMP09 = 0
  74. IFNDEF INCL_NOCOMMON
  75. IFTEMP09 = 1
  76. ENDIF
  77. IF IFTEMP09
  78.  
  79. ICONPOS    STRUC
  80. icp_ptlIcon    DB    SIZE POINTL DUP (?)
  81. icp_szIdentity    DB    1 DUP (?)
  82. ICONPOS    ENDS
  83. ifdef INCL_WINPOINTERS
  84. endif
  85. endif
  86. ifdef __IBMC__
  87. ifndef __CHKHDR__
  88. endif
  89. endif
  90.