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

  1.  
  2. //  Module Header
  3. //
  4. //  Module Name: WPSPNEED
  5. //
  6. //  OS/2 Presentation Manager Workplace class definitions
  7. //
  8. //  Copyright (c) International Business Machines Corporation 1991, 1992
  9. //
  10.  
  11. #ifndef wpspneed_idl
  12. #define wpspneed_idl
  13.  
  14. #include "wpabs.idl"
  15. #include <somcls.idl>
  16.  
  17. interface M_WPSpecialNeeds;
  18.  
  19. interface WPSpecialNeeds : WPAbstract
  20.  
  21. {
  22.  
  23. #ifdef __SOMIDL__
  24.   implementation {
  25.  
  26.     externalstem = wpspn;
  27.     local;
  28.     externalprefix = spn_;
  29.     majorversion = 1;
  30.     minorversion = 2;
  31.     filestem = wpspneed;
  32.     metaclass = M_WPSpecialNeeds;
  33.     callstyle = oidl;
  34.     dllname = "wpconfig.dll";
  35.  
  36.     wpFilterMenu: override;                                                     
  37.     somDefaultInit: override;             
  38.     somDestruct:    override;             
  39.  
  40.   };
  41. #endif /* __SOMIDL__ */
  42. };
  43.  
  44. interface M_WPSpecialNeeds : M_WPAbstract
  45. {
  46.  
  47. #ifdef __SOMIDL__
  48.   implementation {
  49.  
  50.     externalstem = wpspn;
  51.     local;
  52.     externalprefix = spnM_;
  53.     majorversion = 1;
  54.     minorversion = 2;
  55.     filestem = wpspneed;
  56.     callstyle = oidl;
  57.     dllname = "wpconfig.dll";
  58.  
  59.     wpclsQueryIconData: override;
  60.     wpclsQueryDefaultHelp: override;
  61.     wpclsQueryTitle: override;
  62.  
  63.   };
  64. #endif /* __SOMIDL__ */
  65. };
  66.  
  67. #endif  /* wpspneed_idl */
  68.