home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / idl / wpicon.idl < prev    next >
Text File  |  1999-03-15  |  1KB  |  76 lines

  1.  
  2. //  Module Header
  3. //
  4. //  Module Name: WPICON
  5. //
  6. //  OS/2 Presentation Manager Workplace class definitions
  7. //
  8. //  Copyright (c) International Business Machines Corporation 1991, 1992
  9. //
  10.  
  11. #ifndef wpicon_idl
  12. #define wpicon_idl
  13.  
  14. #include "wpdataf.idl"
  15. #include <somcls.idl>
  16.  
  17. interface M_WPIcon;
  18.  
  19. interface WPIcon : WPDataFile
  20.  
  21. {
  22.  
  23. #ifdef __SOMIDL__
  24.   implementation {
  25.  
  26.     externalstem = wpico;
  27.     local;
  28.     externalprefix = ico_;
  29.     majorversion = 1;
  30.     minorversion = 2;
  31.     filestem = wpicon;
  32.     metaclass = M_WPIcon;
  33.     callstyle = oidl;
  34.     dllname = "pmwp.dll";               
  35.  
  36.  
  37.     wpQueryIcon: override;
  38.     wpSetupOnce: override;
  39.     wpFormatDragItem: override;           
  40.     wpQueryHandleFromContents: override;  
  41.     wpSetContentsFromHandle:   override;  
  42.     somDefaultInit: override;          
  43.     somDestruct: override;             
  44.  
  45.   };
  46. #endif /* __SOMIDL__ */
  47. };
  48.  
  49. interface M_WPIcon : M_WPDataFile
  50. {
  51.  
  52. #ifdef __SOMIDL__
  53.   implementation {
  54.  
  55.     externalstem = wpico;
  56.     local;
  57.     externalprefix = icoM_;
  58.     majorversion = 1;
  59.     minorversion = 2;
  60.     filestem = wpicon;
  61.     callstyle = oidl;
  62.     dllname = "pmwp.dll";               
  63.  
  64.  
  65.     wpclsQueryInstanceFilter: override;
  66.     wpclsQueryInstanceType: override;
  67.     wpclsInitData: override;
  68.     wpclsQueryTitle: override;
  69.     wpclsQueryDefaultHelp: override;
  70.  
  71.   };
  72. #endif /* __SOMIDL__ */
  73. };
  74.  
  75. #endif  /* wpicon_idl */
  76.