home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / wpshidl / idl / wpabs.idl next >
Encoding:
Text File  |  1993-11-17  |  1.8 KB  |  95 lines

  1.  
  2. //# This file was generated by the SOM Compiler.
  3. //# FileName: wpabs.id2.
  4. //# Generated using:
  5. //#     SOM Precompiler somopc: 2.2
  6. //#     SOM Emitter emitidl: 2.7
  7.  
  8. //  Module Header
  9. //
  10. //  Module Name: WPABS
  11. //
  12. //  OS/2 Presentation Manager Workplace class definitions
  13. //
  14. //  Copyright (c) International Business Machines Corporation 1991, 1992
  15. //
  16.  
  17. #ifndef wpabs_idl
  18. #define wpabs_idl
  19.  
  20. #include "wpobject.idl"
  21. #include <somcls.idl>
  22.  
  23. interface M_WPAbstract;
  24.  
  25. interface WPAbstract : WPObject
  26.  
  27. {
  28.  
  29. #ifdef __SOMIDL__
  30.   implementation {
  31.  
  32.     //# Class Modifiers
  33.     externalstem = wpab;
  34.     local;
  35.     externalprefix = ab_;
  36.     majorversion = 1;
  37.     minorversion = 2;
  38.     filestem = wpabs;
  39.     metaclass = M_WPAbstract;
  40.     callstyle = oidl;
  41.     dllname = "pmwp.dll";               //sahsom2
  42.  
  43.  
  44.  
  45.  
  46.     //# Method Modifiers
  47.     wpQueryHandle: override;
  48.     wpSaveImmediate: override;
  49.     wpSaveState: override;
  50.     wpRestoreState: override;
  51.     wpSetTitle: override;
  52.     wpCopyObject: override;
  53.     wpMoveObject: override;
  54.     wpQueryIconData: override;
  55.     wpSetIconData: override;
  56.     wpDragOver: override;
  57.     wpReplaceObject: override;
  58.     wpQueryNameClashOptions: override;
  59.  
  60.     //# Data Modifiers
  61.  
  62.  
  63.   };
  64. #endif /* __SOMIDL__ */
  65. };
  66.  
  67. interface M_WPAbstract
  68. {
  69.  
  70.  
  71. #ifdef __SOMIDL__
  72.   implementation {
  73.  
  74.     releaseorder: wpclsSaveCache,wpclsLockCache,wpclsUnlockCache;
  75.  
  76.     //# Class Modifiers
  77.     externalstem = wpab;
  78.     local;
  79.     externalprefix = abM_;
  80.     majorversion = 1;
  81.     minorversion = 2;
  82.     filestem = wpabs;
  83.     callstyle = oidl;
  84.     dllname = "pmwp.dll";               //sahsom2
  85.  
  86.     //# Method Modifiers
  87.     wpclsQueryTitle: override;
  88.  
  89.  
  90.   };
  91. #endif /* __SOMIDL__ */
  92. };
  93.  
  94. #endif  /* wpabs_idl */
  95.