home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xwplascr.zip / XWPL0208.ZIP / idl / wps / wpsound.idl < prev    next >
Text File  |  2002-08-05  |  1KB  |  60 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.  
  18. #ifdef __SOMIDL__
  19.   implementation {
  20.     releaseorder: wpAddSoundWarningBeepPage;
  21.     externalstem = WPsou;
  22.     local;
  23.     externalprefix = sou_;
  24.     majorversion = 1;
  25.     minorversion = 2;
  26.     filestem = wpsound;
  27.     metaclass = M_WPSound;
  28.     callstyle = oidl;
  29.     dllname = "wpconfig.dll";
  30.     wpAddSettingsPages: override;
  31.     wpAddObjectWindowPage: override;
  32.     wpFilterPopupMenu: override;
  33.     somDefaultInit: override;
  34.     somDestruct:    override;
  35.   };
  36. #endif /* __SOMIDL__ */
  37. };
  38. interface M_WPSound : M_WPAbstract
  39. {
  40. #ifdef __SOMIDL__
  41.   implementation {
  42.     externalstem = WPsou;
  43.     local;
  44.     externalprefix = souM_;
  45.     majorversion = 1;
  46.     minorversion = 2;
  47.     filestem = wpsound;
  48.     callstyle = oidl;
  49.     dllname = "wpconfig.dll";
  50.  
  51.     wpclsQueryTitle: override;
  52.     wpclsQueryDefaultHelp: override;
  53.     wpclsQueryDefaultView: override;
  54.     wpclsQueryStyle: override;
  55.     wpclsQueryIconData: override;
  56.   };
  57. #endif /* __SOMIDL__ */
  58. };
  59. #endif  /* wpsound_idl */
  60.