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

  1.  
  2. //  Module Header
  3. //
  4. //  Module Name: WPTEMPS
  5. //
  6. //  OS/2 Presentation Manager Workplace class definitions
  7. //
  8. //  Copyright (c) International Business Machines Corporation 1991, 1992
  9. //
  10.  
  11. #ifndef wptemps_idl
  12. #define wptemps_idl
  13.  
  14. #include "wpfolder.idl"
  15. #include <somcls.idl>
  16.  
  17. interface M_WPTemplates;
  18.  
  19. interface WPTemplates : WPFolder
  20.  
  21. {
  22.  
  23. #ifdef __SOMIDL__
  24.   implementation {
  25.  
  26.     externalstem = WPTplFdr;
  27.     local;
  28.     externalprefix = tfd_;
  29.     majorversion = 1;
  30.     minorversion = 2;
  31.     filestem = wptemps;
  32.     metaclass = M_WPTemplates;
  33.     callstyle = oidl;
  34.     dllname = "pmwp.dll";               
  35.  
  36.     wpPopulate: override;
  37.     wpSetup: override;
  38.     somDefaultInit: override;          
  39.     somDestruct: override;             
  40.  
  41.   };
  42. #endif /* __SOMIDL__ */
  43. };
  44.  
  45. interface M_WPTemplates : M_WPFolder
  46. {
  47.  
  48. #ifdef __SOMIDL__
  49.   implementation {
  50.  
  51.     externalstem = WPTplFdr;
  52.     local;
  53.     externalprefix = tfdM_;
  54.     majorversion = 1;
  55.     minorversion = 2;
  56.     filestem = wptemps;
  57.     callstyle = oidl;
  58.     dllname = "pmwp.dll";               
  59.  
  60.     wpclsQueryTitle: override;
  61.     wpclsQueryIconData: override;
  62.     wpclsQueryIconDataN: override;
  63.     wpclsQueryStyle: override;
  64.  
  65.   };
  66. #endif /* __SOMIDL__ */
  67. };
  68.  
  69. #endif  /* wptemps_idl */
  70.