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

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