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

  1. //  Module Header
  2. //
  3. //  Module Name: WPSOUND
  4. //
  5. //  OS/2 Presentation Manager Workplace class definitions
  6. //
  7. //  Copyright (c) International Business Machines Corporation 1991, 1992
  8. //
  9. #ifndef wpsound_idl
  10. #define wpsound_idl
  11. #include "wpabs.idl"
  12. #include <somcls.idl>
  13. interface M_WPSound;
  14. interface WPSound : WPAbstract
  15. {
  16.   ULONG wpAddSoundWarningBeepPage(in HWND hwndNotebook);
  17. #ifdef __SOMIDL__
  18.   implementation {
  19.     releaseorder: wpAddSoundWarningBeepPage;
  20.     externalstem = WPsou;
  21.     local;
  22.     externalprefix = sou_;
  23.     majorversion = 1;
  24.     minorversion = 2;
  25.     filestem = wpsound;
  26.     metaclass = M_WPSound;
  27.     callstyle = oidl;
  28.     dllname = "wpconfig.dll";
  29.     wpAddSettingsPages: override;
  30.     wpAddObjectWindowPage: override;
  31.     wpFilterPopupMenu: override;
  32.     somDefaultInit: override;                 somDestruct:    override;               };
  33. #endif /* __SOMIDL__ */
  34. };
  35. interface M_WPSound : M_WPAbstract
  36. {
  37. #ifdef __SOMIDL__
  38.   implementation {
  39.     externalstem = WPsou;
  40.     local;
  41.     externalprefix = souM_;
  42.     majorversion = 1;
  43.     minorversion = 2;
  44.     filestem = wpsound;
  45.     callstyle = oidl;
  46.     dllname = "wpconfig.dll";
  47.     wpclsQueryTitle: override;
  48.     wpclsQueryDefaultHelp: override;
  49.     wpclsQueryDefaultView: override;
  50.     wpclsQueryStyle: override;
  51.     wpclsQueryIconData: override;
  52.   };
  53. #endif /* __SOMIDL__ */
  54. };
  55. #endif  /* wpsound_idl */
  56.