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

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