home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / IDL / WPBITMAP.IDL < prev    next >
Text File  |  1995-08-30  |  1KB  |  50 lines

  1. //  Module Header
  2. //
  3. //  Module Name: WPBITMAP
  4. //
  5. //  OS/2 Presentation Manager Workplace class definitions
  6. //
  7. //  Copyright (c) International Business Machines Corporation 1991, 1992
  8. //
  9. #ifndef wpbitmap_idl
  10. #define wpbitmap_idl
  11. #include "wpdataf.idl"
  12. #include <somcls.idl>
  13. interface M_WPBitmap;
  14. interface WPBitmap : WPDataFile
  15. {
  16. #ifdef __SOMIDL__
  17.   implementation {
  18.     externalstem = wpbmp;
  19.     local;
  20.     externalprefix = bmp_;
  21.     majorversion = 1;
  22.     minorversion = 2;
  23.     filestem = wpbitmap;
  24.     metaclass = M_WPBitmap;
  25.     callstyle = oidl;
  26.     dllname = "pmwp.dll";                   wpSetupOnce: override;
  27.     somDefaultInit: override;              somDestruct: override;               };
  28. #endif /* __SOMIDL__ */
  29. };
  30. interface M_WPBitmap : M_WPDataFile
  31. {
  32. #ifdef __SOMIDL__
  33.   implementation {
  34.     externalstem = wpbmp;
  35.     local;
  36.     externalprefix = bmpM_;
  37.     majorversion = 1;
  38.     minorversion = 2;
  39.     filestem = wpbitmap;
  40.     callstyle = oidl;
  41.     dllname = "pmwp.dll";                   wpclsQueryInstanceFilter: override;
  42.     wpclsQueryInstanceType: override;
  43.     wpclsInitData: override;
  44.     wpclsQueryTitle: override;
  45.     wpclsQueryDefaultHelp: override;
  46.   };
  47. #endif /* __SOMIDL__ */
  48. };
  49. #endif  /* wpbitmap_idl */
  50.