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

  1.  
  2. //# This file was generated by the SOM Compiler.
  3. //# FileName: wpbitmap.id2.
  4. //# Generated using:
  5. //#     SOM Precompiler somopc: 2.2
  6. //#     SOM Emitter emitidl: 2.7
  7.  
  8. //  Module Header
  9. //
  10. //  Module Name: WPBITMAP
  11. //
  12. //  OS/2 Presentation Manager Workplace class definitions
  13. //
  14. //  Copyright (c) International Business Machines Corporation 1991, 1992
  15. //
  16.  
  17. #ifndef wpbitmap_idl
  18. #define wpbitmap_idl
  19.  
  20. #include "wpdataf.idl"
  21. #include <somcls.idl>
  22.  
  23. interface M_WPBitmap;
  24.  
  25. interface WPBitmap : WPDataFile
  26.  
  27. {
  28.  
  29. #ifdef __SOMIDL__
  30.   implementation {
  31.  
  32.     //# Class Modifiers
  33.     externalstem = wpbmp;
  34.     local;
  35.     externalprefix = bmp_;
  36.     majorversion = 1;
  37.     minorversion = 2;
  38.     filestem = wpbitmap;
  39.     metaclass = M_WPBitmap;
  40.     callstyle = oidl;
  41.     dllname = "pmwp.dll";               //sahsom2
  42.  
  43.  
  44.     //# Method Modifiers
  45.     wpSetup: override;
  46.  
  47.   };
  48. #endif /* __SOMIDL__ */
  49. };
  50.  
  51. interface M_WPBitmap
  52. {
  53.  
  54. #ifdef __SOMIDL__
  55.   implementation {
  56.  
  57.     //# Class Modifiers
  58.     externalstem = wpbmp;
  59.     local;
  60.     externalprefix = bmpM_;
  61.     majorversion = 1;
  62.     minorversion = 2;
  63.     filestem = wpbitmap;
  64.     callstyle = oidl;
  65.     dllname = "pmwp.dll";               //sahsom2
  66.  
  67.     //# Method Modifiers
  68.     wpclsQueryInstanceFilter: override;
  69.     wpclsQueryInstanceType: override;
  70.     wpclsInitData: override;
  71.     wpclsQueryTitle: override;
  72.     wpclsQueryDefaultHelp: override;
  73.  
  74.     //# Data Modifiers
  75.  
  76.   };
  77. #endif /* __SOMIDL__ */
  78. };
  79.  
  80. #endif  /* wpbitmap_idl */
  81.