home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / header45.zip / wpsound.h < prev    next >
C/C++ Source or Header  |  1999-03-15  |  25KB  |  595 lines

  1.  
  2. /*
  3.  * This file was generated by the SOM Compiler.
  4.  * FileName: E:\cwpsh\rel\os2c\include\base\os2\wpsound.h.
  5.  * Generated using:
  6.  *     SOM Precompiler somipc: 2.29.1.14
  7.  *     SOM Emitter emith: 2.43
  8.  */
  9.  
  10. /*
  11.  *   Module Header
  12.  * 
  13.  *   Module Name: WPSOUND
  14.  * 
  15.  *   OS/2 Presentation Manager Workplace class definitions
  16.  * 
  17.  *   Copyright (c) International Business Machines Corporation 1991, 1992
  18.  * 
  19.  */
  20.  
  21.  
  22. #ifndef SOM_WPSound_h
  23. #define SOM_WPSound_h
  24.  
  25.  
  26. #include <som.h>
  27.  
  28. /*
  29.  * -- This emitter treats Method Tokens as Thunks by default.
  30.  * -- Use the sc modifier "nothunks" to change this default
  31.  */
  32. #undef somresolve_
  33. #define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
  34.  
  35. /*
  36.  * Define the class name as an object type
  37.  */
  38. #ifndef WPSound
  39. #define WPSound SOMObject
  40. #endif
  41. #include <wpabs.h>
  42.  
  43. /*
  44.  * Start of bindings for IDL types
  45.  */
  46.  
  47. #ifndef SOMClass
  48.     #define SOMClass SOMObject
  49. #endif /* SOMClass */
  50. #ifndef WPFolder
  51.     #define WPFolder SOMObject
  52. #endif /* WPFolder */
  53. #ifndef M_WPObject
  54.     #define M_WPObject SOMObject
  55. #endif /* M_WPObject */
  56. #ifndef WPObject
  57.     #define WPObject SOMObject
  58. #endif /* WPObject */
  59. #ifndef WPImageFile
  60.     #define WPImageFile SOMObject
  61. #endif /* WPImageFile */
  62. #ifndef M_WPAbstract
  63.     #define M_WPAbstract SOMObject
  64. #endif /* M_WPAbstract */
  65. #ifndef M_WPSound
  66.     #define M_WPSound SOMObject
  67. #endif /* M_WPSound */
  68.  
  69. /*
  70.  * End of bindings for IDL types.
  71.  */
  72.  
  73. #define WPSound_MajorVersion 1
  74. #define WPSound_MinorVersion 2
  75.  
  76. /*
  77.  * External name shortening if required
  78.  */
  79. #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
  80. #define WPSoundNewClass WPsouc
  81. #pragma linkage(WPsouc, system)
  82. #define WPSoundClassData WPsoud
  83. #define WPSoundCClassData WPsoux
  84. #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
  85.  
  86. /*
  87.  * Include the meta class file
  88.  */
  89. #include <wpsound.h>
  90. /*--------------Migration------------*/
  91. #define WPSound_classObj WPSoundClassData.classObject
  92. #define _WPSound WPSound_classObj
  93.  
  94. /*
  95.  * Declare the class creation procedure
  96.  */
  97. SOMEXTERN SOMClass * SOMLINK WPSoundNewClass(integer4 somtmajorVersion,
  98.         integer4 somtminorVersion);
  99. #pragma linkage(WPSoundNewClass, system)
  100.  
  101. /*
  102.  * Declare the class data structure
  103.  */
  104. SOMEXTERN struct WPSoundClassDataStructure {
  105.     SOMClass *classObject;
  106.     somMToken wpAddSoundWarningBeepPage;
  107.     somMToken wpAddSoundSchemePage;
  108. } SOMDLINK WPSoundClassData;
  109.  
  110. /*
  111.  * Declare the C specific class data structure
  112.  */
  113. SOMEXTERN struct WPSoundCClassDataStructure {
  114.     somMethodTabs parentMtab;
  115.     somDToken instanceDataToken;
  116. } SOMDLINK WPSoundCClassData;
  117.  
  118. /*
  119.  * New and Renew macros for WPSound
  120.  */
  121. #define WPSoundNew() \
  122.    ( _WPSound ? \
  123.     _somNew(_WPSound) \
  124.     : ( WPSoundNewClass(\
  125.         WPSound_MajorVersion, \
  126.         WPSound_MinorVersion),\
  127.        _somNew(_WPSound)))
  128. #define WPSoundRenew(buf) \
  129.    ( _WPSound ? \
  130.     _somRenew(_WPSound, buf) \
  131.     : ( WPSoundNewClass(\
  132.         WPSound_MajorVersion, \
  133.         WPSound_MinorVersion),\
  134.        _somRenew(_WPSound, buf)))
  135.  
  136. /*
  137.  * Override method: wpAddSettingsPages
  138.  */
  139. #define WPSound_wpAddSettingsPages(somSelf,hwndNotebook) \
  140.     WPObject_wpAddSettingsPages(somSelf,hwndNotebook)
  141.  
  142. /*
  143.  * Override method: wpAddObjectWindowPage
  144.  */
  145. #define WPSound_wpAddObjectWindowPage(somSelf,hwndNotebook) \
  146.     WPObject_wpAddObjectWindowPage(somSelf,hwndNotebook)
  147.  
  148. /*
  149.  * Override method: wpFilterMenu
  150.  */
  151. #define WPSound_wpFilterMenu(somSelf,pFlags,hwndCnr,fMultiSelect,ulMenuType,ulView,ulReserved) \
  152.     WPObject_wpFilterMenu(somSelf,pFlags,hwndCnr,fMultiSelect,ulMenuType,ulView,ulReserved)
  153.  
  154. /*
  155.  * Override method: somDefaultInit
  156.  */
  157. #define WPSound_somDefaultInit(somSelf,ctrl) \
  158.     SOMObject_somDefaultInit(somSelf,ctrl)
  159.  
  160. /*
  161.  * Override method: somDestruct
  162.  */
  163. #define WPSound_somDestruct(somSelf,doFree,ctrl) \
  164.     SOMObject_somDestruct(somSelf,doFree,ctrl)
  165.  
  166. /*
  167.  * New Method: wpAddSoundWarningBeepPage
  168.  */
  169. typedef ULONG   SOMLINK somTP_WPSound_wpAddSoundWarningBeepPage(WPSound *somSelf, 
  170.         HWND hwndNotebook);
  171. #pragma linkage(somTP_WPSound_wpAddSoundWarningBeepPage, system)
  172. typedef somTP_WPSound_wpAddSoundWarningBeepPage *somTD_WPSound_wpAddSoundWarningBeepPage;
  173. #define somMD_WPSound_wpAddSoundWarningBeepPage "::WPSound::wpAddSoundWarningBeepPage"
  174. #define WPSound_wpAddSoundWarningBeepPage(somSelf,hwndNotebook) \
  175.     (SOM_Resolve(somSelf, WPSound, wpAddSoundWarningBeepPage) \
  176.     (somSelf,hwndNotebook))
  177. #ifndef SOMGD_wpAddSoundWarningBeepPage
  178.     #if (defined(_wpAddSoundWarningBeepPage) || defined(__wpAddSoundWarningBeepPage))
  179.         #undef _wpAddSoundWarningBeepPage
  180.         #undef __wpAddSoundWarningBeepPage
  181.         #define SOMGD_wpAddSoundWarningBeepPage 1
  182.     #else
  183.         #define _wpAddSoundWarningBeepPage WPSound_wpAddSoundWarningBeepPage
  184.     #endif /* _wpAddSoundWarningBeepPage */
  185. #endif /* SOMGD_wpAddSoundWarningBeepPage */
  186.  
  187. /*
  188.  * New Method: wpAddSoundSchemePage
  189.  */
  190. typedef ULONG   SOMLINK somTP_WPSound_wpAddSoundSchemePage(WPSound *somSelf, 
  191.         HWND hwndNotebook);
  192. #pragma linkage(somTP_WPSound_wpAddSoundSchemePage, system)
  193. typedef somTP_WPSound_wpAddSoundSchemePage *somTD_WPSound_wpAddSoundSchemePage;
  194. #define somMD_WPSound_wpAddSoundSchemePage "::WPSound::wpAddSoundSchemePage"
  195. #define WPSound_wpAddSoundSchemePage(somSelf,hwndNotebook) \
  196.     (SOM_Resolve(somSelf, WPSound, wpAddSoundSchemePage) \
  197.     (somSelf,hwndNotebook))
  198. #ifndef SOMGD_wpAddSoundSchemePage
  199.     #if (defined(_wpAddSoundSchemePage) || defined(__wpAddSoundSchemePage))
  200.         #undef _wpAddSoundSchemePage
  201.         #undef __wpAddSoundSchemePage
  202.         #define SOMGD_wpAddSoundSchemePage 1
  203.     #else
  204.         #define _wpAddSoundSchemePage WPSound_wpAddSoundSchemePage
  205.     #endif /* _wpAddSoundSchemePage */
  206. #endif /* SOMGD_wpAddSoundSchemePage */
  207. #ifndef SOM_DONT_USE_INHERITED_MACROS
  208. #define WPSound_wpQueryHandle WPObject_wpQueryHandle
  209. #define WPSound_wpSaveImmediate WPObject_wpSaveImmediate
  210. #define WPSound_wpSaveState WPObject_wpSaveState
  211. #define WPSound_wpRestoreState WPObject_wpRestoreState
  212. #define WPSound_wpSetTitle WPObject_wpSetTitle
  213. #define WPSound_wpCopyObject WPObject_wpCopyObject
  214. #define WPSound_wpMoveObject WPObject_wpMoveObject
  215. #define WPSound_wpQueryIcon WPObject_wpQueryIcon
  216. #define WPSound_wpQueryIconData WPObject_wpQueryIconData
  217. #define WPSound_wpSetIconData WPObject_wpSetIconData
  218. #define WPSound_wpDragOver WPObject_wpDragOver
  219. #define WPSound_wpReplaceObject WPObject_wpReplaceObject
  220. #define WPSound_wpQueryNameClashOptions WPObject_wpQueryNameClashOptions
  221. #define WPSound_wpIdentify WPObject_wpIdentify
  222. #define WPSound_wpAddObjectGeneralPage WPObject_wpAddObjectGeneralPage
  223. #define WPSound_wpAddObjectGeneralPage2 WPObject_wpAddObjectGeneralPage2
  224. #define WPSound_wpAddToObjUseList WPObject_wpAddToObjUseList
  225. #define WPSound_wpAllocMem WPObject_wpAllocMem
  226. #define WPSound_wpAppendObject WPObject_wpAppendObject
  227. #define WPSound_wpAssertObjectMutexSem WPObject_wpAssertObjectMutexSem
  228. #define WPSound_wpClose WPObject_wpClose
  229. #define WPSound_wpCnrInsertObject WPObject_wpCnrInsertObject
  230. #define WPSound_wpCnrRemoveObject WPObject_wpCnrRemoveObject
  231. #define WPSound_wpCnrSetEmphasis WPObject_wpCnrSetEmphasis
  232. #define WPSound_wpConfirmDelete WPObject_wpConfirmDelete
  233. #define WPSound_wpConfirmObjectTitle WPObject_wpConfirmObjectTitle
  234. #define WPSound_wpCopiedFromTemplate WPObject_wpCopiedFromTemplate
  235. #define WPSound_wpCreateAnother WPObject_wpCreateAnother
  236. #define WPSound_wpCreateFromTemplate WPObject_wpCreateFromTemplate
  237. #define WPSound_wpCreateShadowObject WPObject_wpCreateShadowObject
  238. #define WPSound_wpDelete WPObject_wpDelete
  239. #define WPSound_wpDeleteFromObjUseList WPObject_wpDeleteFromObjUseList
  240. #define WPSound_wpDisplayHelp WPObject_wpDisplayHelp
  241. #define WPSound_wpDisplayMenu WPObject_wpDisplayMenu
  242. #define WPSound_wpDoesObjectMatch WPObject_wpDoesObjectMatch
  243. #define WPSound_wpDraggedOverObject WPObject_wpDraggedOverObject
  244. #define WPSound_wpDrop WPObject_wpDrop
  245. #define WPSound_wpDroppedOnObject WPObject_wpDroppedOnObject
  246. #define WPSound_wpEndConversation WPObject_wpEndConversation
  247. #define WPSound_wpFilterPopupMenu WPObject_wpFilterPopupMenu
  248. #define WPSound_wpFindUseItem WPObject_wpFindUseItem
  249. #define WPSound_wpFormatDragItem WPObject_wpFormatDragItem
  250. #define WPSound_wpFree WPObject_wpFree
  251. #define WPSound_wpFreeMem WPObject_wpFreeMem
  252. #define WPSound_wpHide WPObject_wpHide
  253. #define WPSound_wpInitData WPObject_wpInitData
  254. #define WPSound_wpInsertPopupMenuItems WPObject_wpInsertPopupMenuItems
  255. #define WPSound_wpInsertMenuItems WPObject_wpInsertMenuItems
  256. #define WPSound_wpInsertSettingsPage WPObject_wpInsertSettingsPage
  257. #define WPSound_wpMenuItemHelpSelected WPObject_wpMenuItemHelpSelected
  258. #define WPSound_wpMenuItemSelected WPObject_wpMenuItemSelected
  259. #define WPSound_wpModifyPopupMenu WPObject_wpModifyPopupMenu
  260. #define WPSound_wpModifyMenu WPObject_wpModifyMenu
  261. #define WPSound_wpOpen WPObject_wpOpen
  262. #define WPSound_wpPrintObject WPObject_wpPrintObject
  263. #define WPSound_wpQueryConcurrentView WPObject_wpQueryConcurrentView
  264. #define WPSound_wpQueryButtonAppearance WPObject_wpQueryButtonAppearance
  265. #define WPSound_wpQueryConfirmations WPObject_wpQueryConfirmations
  266. #define WPSound_wpQueryDefaultHelp WPObject_wpQueryDefaultHelp
  267. #define WPSound_wpQueryDefaultView WPObject_wpQueryDefaultView
  268. #define WPSound_wpQueryDetailsData WPObject_wpQueryDetailsData
  269. #define WPSound_wpQueryError WPObject_wpQueryError
  270. #define WPSound_wpSetFolder WPObject_wpSetFolder
  271. #define WPSound_wpQueryFolder WPObject_wpQueryFolder
  272. #define WPSound_wpQueryMinWindow WPObject_wpQueryMinWindow
  273. #define WPSound_wpQueryStyle WPObject_wpQueryStyle
  274. #define WPSound_wpSetTaskRec WPObject_wpSetTaskRec
  275. #define WPSound_wpFindTaskRec WPObject_wpFindTaskRec
  276. #define WPSound_wpQueryTitle WPObject_wpQueryTitle
  277. #define WPSound_wpRegisterView WPObject_wpRegisterView
  278. #define WPSound_wpReleaseObjectMutexSem WPObject_wpReleaseObjectMutexSem
  279. #define WPSound_wpRender WPObject_wpRender
  280. #define WPSound_wpRenderComplete WPObject_wpRenderComplete
  281. #define WPSound_wpRequestObjectMutexSem WPObject_wpRequestObjectMutexSem
  282. #define WPSound_wpRestore WPObject_wpRestore
  283. #define WPSound_wpRestoreData WPObject_wpRestoreData
  284. #define WPSound_wpRestoreLong WPObject_wpRestoreLong
  285. #define WPSound_wpRestoreString WPObject_wpRestoreString
  286. #define WPSound_wpSaveData WPObject_wpSaveData
  287. #define WPSound_wpSaveDeferred WPObject_wpSaveDeferred
  288. #define WPSound_wpSaveLong WPObject_wpSaveLong
  289. #define WPSound_wpSaveString WPObject_wpSaveString
  290. #define WPSound_wpScanSetupString WPObject_wpScanSetupString
  291. #define WPSound_wpSetConcurrentView WPObject_wpSetConcurrentView
  292. #define WPSound_wpSetButtonAppearance WPObject_wpSetButtonAppearance
  293. #define WPSound_wpSetDefaultHelp WPObject_wpSetDefaultHelp
  294. #define WPSound_wpSetDefaultView WPObject_wpSetDefaultView
  295. #define WPSound_wpSetError WPObject_wpSetError
  296. #define WPSound_wpQueryScreenGroupID WPObject_wpQueryScreenGroupID
  297. #define WPSound_wpSetupOnce WPObject_wpSetupOnce
  298. #define WPSound_wpSetIcon WPObject_wpSetIcon
  299. #define WPSound_wpSetMinWindow WPObject_wpSetMinWindow
  300. #define WPSound_wpModifyStyle WPObject_wpModifyStyle
  301. #define WPSound_wpSetup WPObject_wpSetup
  302. #define WPSound_wpSwitchTo WPObject_wpSwitchTo
  303. #define WPSound_wpUnInitData WPObject_wpUnInitData
  304. #define WPSound_wpViewObject WPObject_wpViewObject
  305. #define WPSound_wpQueryTrueStyle WPObject_wpQueryTrueStyle
  306. #define WPSound_wpUnlockObject WPObject_wpUnlockObject
  307. #define WPSound_wpObjectReady WPObject_wpObjectReady
  308. #define WPSound_wpIsObjectInitialized WPObject_wpIsObjectInitialized
  309. #define WPSound_wpCreateShadowObjectExt WPObject_wpCreateShadowObjectExt
  310. #define WPSound_wpCnrDeleteUseItem WPObject_wpCnrDeleteUseItem
  311. #define WPSound_wpIsDeleteable WPObject_wpIsDeleteable
  312. #define WPSound_wpQueryCoreRecord WPObject_wpQueryCoreRecord
  313. #define WPSound_wpSetObjectID WPObject_wpSetObjectID
  314. #define WPSound_wpQueryObjectID WPObject_wpQueryObjectID
  315. #define WPSound_wpSetDefaultIconPos WPObject_wpSetDefaultIconPos
  316. #define WPSound_wpQueryDefaultIconPos WPObject_wpQueryDefaultIconPos
  317. #define WPSound_wpCnrRefreshDetails WPObject_wpCnrRefreshDetails
  318. #define WPSound_wpFindViewItem WPObject_wpFindViewItem
  319. #define WPSound_wpLockObject WPObject_wpLockObject
  320. #define WPSound_wpIsLocked WPObject_wpIsLocked
  321. #define WPSound_wpQueryContainerFlagPtr WPObject_wpQueryContainerFlagPtr
  322. #define WPSound_wpWaitForClose WPObject_wpWaitForClose
  323. #define WPSound_wpSetMenuStyle WPObject_wpSetMenuStyle
  324. #define WPSound_wpQueryMenuStyle WPObject_wpQueryMenuStyle
  325. #define WPSound_wpSetStyle WPObject_wpSetStyle
  326. #define WPSound_somInit SOMObject_somInit
  327. #define WPSound_somUninit SOMObject_somUninit
  328. #define WPSound_somDefaultCopyInit SOMObject_somDefaultCopyInit
  329. #define WPSound_somDefaultAssign SOMObject_somDefaultAssign
  330. #define WPSound_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
  331. #define WPSound_somDefaultVCopyInit SOMObject_somDefaultVCopyInit
  332. #define WPSound_somDefaultConstVCopyInit SOMObject_somDefaultConstVCopyInit
  333. #define WPSound_somDefaultConstAssign SOMObject_somDefaultConstAssign
  334. #define WPSound_somDefaultVAssign SOMObject_somDefaultVAssign
  335. #define WPSound_somDefaultConstVAssign SOMObject_somDefaultConstVAssign
  336. #define WPSound_somFree SOMObject_somFree
  337. #define WPSound_somGetClass SOMObject_somGetClass
  338. #define WPSound_somGetClassName SOMObject_somGetClassName
  339. #define WPSound_somGetSize SOMObject_somGetSize
  340. #define WPSound_somIsA SOMObject_somIsA
  341. #define WPSound_somIsInstanceOf SOMObject_somIsInstanceOf
  342. #define WPSound_somRespondsTo SOMObject_somRespondsTo
  343. #define WPSound_somDispatch SOMObject_somDispatch
  344. #define WPSound_somClassDispatch SOMObject_somClassDispatch
  345. #define WPSound_somCastObj SOMObject_somCastObj
  346. #define WPSound_somResetObj SOMObject_somResetObj
  347. #define WPSound_somDispatchV SOMObject_somDispatchV
  348. #define WPSound_somDispatchL SOMObject_somDispatchL
  349. #define WPSound_somDispatchA SOMObject_somDispatchA
  350. #define WPSound_somDispatchD SOMObject_somDispatchD
  351. #define WPSound_somPrintSelf SOMObject_somPrintSelf
  352. #define WPSound_somDumpSelf SOMObject_somDumpSelf
  353. #define WPSound_somDumpSelfInt SOMObject_somDumpSelfInt
  354. #endif /* SOM_DONT_USE_INHERITED_MACROS */
  355.  
  356. #endif       /* SOM_WPSound_h */
  357.  
  358. #ifndef SOM_M_WPSound_h
  359. #define SOM_M_WPSound_h
  360.  
  361.  
  362. #include <som.h>
  363.  
  364. /*
  365.  * -- This emitter treats Method Tokens as Thunks by default.
  366.  * -- Use the sc modifier "nothunks" to change this default
  367.  */
  368. #undef somresolve_
  369. #define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
  370.  
  371. /*
  372.  * Define the class name as an object type
  373.  */
  374. #ifndef M_WPSound
  375. #define M_WPSound SOMObject
  376. #endif
  377. #include <wpabs.h>
  378.  
  379. /*
  380.  * Start of bindings for IDL types
  381.  */
  382.  
  383.  
  384. /*
  385.  * End of bindings for IDL types.
  386.  */
  387.  
  388. #define M_WPSound_MajorVersion 1
  389. #define M_WPSound_MinorVersion 2
  390.  
  391. /*
  392.  * External name shortening if required
  393.  */
  394. #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
  395. #define M_WPSoundNewClass WPsouc
  396. #pragma linkage(WPsouc, system)
  397. #define M_WPSoundClassData WPsoud
  398. #define M_WPSoundCClassData WPsoux
  399. #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
  400. /*--------------Migration------------*/
  401. #define M_WPSound_classObj M_WPSoundClassData.classObject
  402. #define _M_WPSound M_WPSound_classObj
  403.  
  404. /*
  405.  * Declare the class creation procedure
  406.  */
  407. SOMEXTERN SOMClass * SOMLINK M_WPSoundNewClass(integer4 somtmajorVersion,
  408.         integer4 somtminorVersion);
  409. #pragma linkage(M_WPSoundNewClass, system)
  410.  
  411. /*
  412.  * Declare the class data structure
  413.  */
  414. SOMEXTERN struct M_WPSoundClassDataStructure {
  415.     SOMClass *classObject;
  416. } SOMDLINK M_WPSoundClassData;
  417.  
  418. /*
  419.  * Declare the C specific class data structure
  420.  */
  421. SOMEXTERN struct M_WPSoundCClassDataStructure {
  422.     somMethodTabs parentMtab;
  423.     somDToken instanceDataToken;
  424. } SOMDLINK M_WPSoundCClassData;
  425.  
  426. /*
  427.  * New and Renew macros for M_WPSound
  428.  */
  429. #define M_WPSoundNew() \
  430.    ( _M_WPSound ? \
  431.     _somNew(_M_WPSound) \
  432.     : ( M_WPSoundNewClass(\
  433.         M_WPSound_MajorVersion, \
  434.         M_WPSound_MinorVersion),\
  435.        _somNew(_M_WPSound)))
  436. #define M_WPSoundRenew(buf) \
  437.    ( _M_WPSound ? \
  438.     _somRenew(_M_WPSound, buf) \
  439.     : ( M_WPSoundNewClass(\
  440.         M_WPSound_MajorVersion, \
  441.         M_WPSound_MinorVersion),\
  442.        _somRenew(_M_WPSound, buf)))
  443.  
  444. /*
  445.  * Override method: wpclsQueryTitle
  446.  */
  447. #define M_WPSound_wpclsQueryTitle(somSelf) \
  448.     M_WPObject_wpclsQueryTitle(somSelf)
  449.  
  450. /*
  451.  * Override method: wpclsQueryDefaultHelp
  452.  */
  453. #define M_WPSound_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary) \
  454.     M_WPObject_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary)
  455.  
  456. /*
  457.  * Override method: wpclsQueryDefaultView
  458.  */
  459. #define M_WPSound_wpclsQueryDefaultView(somSelf) \
  460.     M_WPObject_wpclsQueryDefaultView(somSelf)
  461.  
  462. /*
  463.  * Override method: wpclsQueryStyle
  464.  */
  465. #define M_WPSound_wpclsQueryStyle(somSelf) \
  466.     M_WPObject_wpclsQueryStyle(somSelf)
  467.  
  468. /*
  469.  * Override method: wpclsQueryIconData
  470.  */
  471. #define M_WPSound_wpclsQueryIconData(somSelf,pIconInfo) \
  472.     M_WPObject_wpclsQueryIconData(somSelf,pIconInfo)
  473. #ifndef SOM_DONT_USE_INHERITED_MACROS
  474. #define M_WPSound_wpclsQuerySetting M_WPAbstract_wpclsQuerySetting
  475. #define M_WPSound_wpclsSetSetting M_WPAbstract_wpclsSetSetting
  476. #define M_WPSound_wpclsObjectFromHandle M_WPObject_wpclsObjectFromHandle
  477. #define M_WPSound_wpclsCreateDefaultTemplates M_WPObject_wpclsCreateDefaultTemplates
  478. #define M_WPSound_wpclsInitData M_WPObject_wpclsInitData
  479. #define M_WPSound_wpclsMakeAwake M_WPObject_wpclsMakeAwake
  480. #define M_WPSound_wpclsNew M_WPObject_wpclsNew
  481. #define M_WPSound_wpclsQueryDetails M_WPObject_wpclsQueryDetails
  482. #define M_WPSound_wpclsQueryDetailsInfo M_WPObject_wpclsQueryDetailsInfo
  483. #define M_WPSound_wpclsQueryExtendedCriteria M_WPObject_wpclsQueryExtendedCriteria
  484. #define M_WPSound_wpclsQueryFolder M_WPObject_wpclsQueryFolder
  485. #define M_WPSound_wpclsQueryIcon M_WPObject_wpclsQueryIcon
  486. #define M_WPSound_wpclsQuerySearchInfo M_WPObject_wpclsQuerySearchInfo
  487. #define M_WPSound_wpclsUnInitData M_WPObject_wpclsUnInitData
  488. #define M_WPSound_wpclsFindObjectFirst M_WPObject_wpclsFindObjectFirst
  489. #define M_WPSound_wpclsFindObjectNext M_WPObject_wpclsFindObjectNext
  490. #define M_WPSound_wpclsFindObjectEnd M_WPObject_wpclsFindObjectEnd
  491. #define M_WPSound_wpclsSetError M_WPObject_wpclsSetError
  492. #define M_WPSound_wpclsQueryError M_WPObject_wpclsQueryError
  493. #define M_WPSound_wpclsQuerySettingsPageSize M_WPObject_wpclsQuerySettingsPageSize
  494. #define M_WPSound_wpclsQueryObject M_WPObject_wpclsQueryObject
  495. #define M_WPSound_wpclsQueryButtonAppearance M_WPObject_wpclsQueryButtonAppearance
  496. #define M_WPSound_wpclsDecUsage M_WPObject_wpclsDecUsage
  497. #define M_WPSound_wpclsIncUsage M_WPObject_wpclsIncUsage
  498. #define M_WPSound_wpclsInsertMultipleObjects M_WPObject_wpclsInsertMultipleObjects
  499. #define M_WPSound_wpclsFindOneObject M_WPObject_wpclsFindOneObject
  500. #define M_WPSound_wpclsSetSettingsPageSize M_WPObject_wpclsSetSettingsPageSize
  501. #define M_WPSound_wpclsSetIconData M_WPObject_wpclsSetIconData
  502. #define M_WPSound_wpclsSetIcon M_WPObject_wpclsSetIcon
  503. #define M_WPSound_wpclsRemoveObjects M_WPObject_wpclsRemoveObjects
  504. #define M_WPSound_somUninit SOMObject_somUninit
  505. #define M_WPSound_somClassReady SOMClass_somClassReady
  506. #define M_WPSound_somNew SOMClass_somNew
  507. #define M_WPSound_somRenew SOMClass_somRenew
  508. #define M_WPSound__get_somDataAlignment SOMClass__get_somDataAlignment
  509. #define M_WPSound__get_somInstanceDataOffsets SOMClass__get_somInstanceDataOffsets
  510. #define M_WPSound__get_somDirectInitClasses SOMClass__get_somDirectInitClasses
  511. #define M_WPSound__set_somDirectInitClasses SOMClass__set_somDirectInitClasses
  512. #define M_WPSound_somNewNoInit SOMClass_somNewNoInit
  513. #define M_WPSound_somRenewNoInit SOMClass_somRenewNoInit
  514. #define M_WPSound_somRenewNoZero SOMClass_somRenewNoZero
  515. #define M_WPSound_somRenewNoInitNoZero SOMClass_somRenewNoInitNoZero
  516. #define M_WPSound_somAllocate SOMClass_somAllocate
  517. #define M_WPSound_somDeallocate SOMClass_somDeallocate
  518. #define M_WPSound__get_somClassAllocate SOMClass__get_somClassAllocate
  519. #define M_WPSound__get_somClassDeallocate SOMClass__get_somClassDeallocate
  520. #define M_WPSound_somGetInstanceInitMask SOMClass_somGetInstanceInitMask
  521. #define M_WPSound_somGetInstanceDestructionMask SOMClass_somGetInstanceDestructionMask
  522. #define M_WPSound_somGetInstanceAssignmentMask SOMClass_somGetInstanceAssignmentMask
  523. #define M_WPSound_somInitClass SOMClass_somInitClass
  524. #define M_WPSound_somInitMIClass SOMClass_somInitMIClass
  525. #define M_WPSound_somAddStaticMethod SOMClass_somAddStaticMethod
  526. #define M_WPSound_somAddDynamicMethod SOMClass_somAddDynamicMethod
  527. #define M_WPSound_somOverrideSMethod SOMClass_somOverrideSMethod
  528. #define M_WPSound_somGetApplyStub SOMClass_somGetApplyStub
  529. #define M_WPSound_somGetClassData SOMClass_somGetClassData
  530. #define M_WPSound_somSetClassData SOMClass_somSetClassData
  531. #define M_WPSound_somGetClassMtab SOMClass_somGetClassMtab
  532. #define M_WPSound_somGetInstanceOffset SOMClass_somGetInstanceOffset
  533. #define M_WPSound_somGetInstancePartSize SOMClass_somGetInstancePartSize
  534. #define M_WPSound_somGetInstanceSize SOMClass_somGetInstanceSize
  535. #define M_WPSound_somGetInstanceToken SOMClass_somGetInstanceToken
  536. #define M_WPSound_somGetMemberToken SOMClass_somGetMemberToken
  537. #define M_WPSound_somGetMethodData SOMClass_somGetMethodData
  538. #define M_WPSound_somGetRdStub SOMClass_somGetRdStub
  539. #define M_WPSound_somGetMethodDescriptor SOMClass_somGetMethodDescriptor
  540. #define M_WPSound_somGetMethodIndex SOMClass_somGetMethodIndex
  541. #define M_WPSound_somGetMethodToken SOMClass_somGetMethodToken
  542. #define M_WPSound_somGetName SOMClass_somGetName
  543. #define M_WPSound_somGetNthMethodData SOMClass_somGetNthMethodData
  544. #define M_WPSound_somGetNthMethodInfo SOMClass_somGetNthMethodInfo
  545. #define M_WPSound_somGetNumMethods SOMClass_somGetNumMethods
  546. #define M_WPSound_somGetNumStaticMethods SOMClass_somGetNumStaticMethods
  547. #define M_WPSound_somGetParent SOMClass_somGetParent
  548. #define M_WPSound_somGetParents SOMClass_somGetParents
  549. #define M_WPSound_somGetPClsMtab SOMClass_somGetPClsMtab
  550. #define M_WPSound_somGetPClsMtabs SOMClass_somGetPClsMtabs
  551. #define M_WPSound_somGetVersionNumbers SOMClass_somGetVersionNumbers
  552. #define M_WPSound_somSetMethodDescriptor SOMClass_somSetMethodDescriptor
  553. #define M_WPSound_somFindMethod SOMClass_somFindMethod
  554. #define M_WPSound_somFindMethodOk SOMClass_somFindMethodOk
  555. #define M_WPSound_somFindSMethod SOMClass_somFindSMethod
  556. #define M_WPSound_somFindSMethodOk SOMClass_somFindSMethodOk
  557. #define M_WPSound_somLookupMethod SOMClass_somLookupMethod
  558. #define M_WPSound_somCheckVersion SOMClass_somCheckVersion
  559. #define M_WPSound_somDescendedFrom SOMClass_somDescendedFrom
  560. #define M_WPSound_somSupportsMethod SOMClass_somSupportsMethod
  561. #define M_WPSound_somDefinedMethod SOMClass_somDefinedMethod
  562. #define M_WPSound_somOverrideMtab SOMClass_somOverrideMtab
  563. #define M_WPSound_somDefaultInit SOMObject_somDefaultInit
  564. #define M_WPSound_somDestruct SOMObject_somDestruct
  565. #define M_WPSound_somDefaultCopyInit SOMObject_somDefaultCopyInit
  566. #define M_WPSound_somDefaultAssign SOMObject_somDefaultAssign
  567. #define M_WPSound_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
  568. #define M_WPSound_somDefaultVCopyInit SOMObject_somDefaultVCopyInit
  569. #define M_WPSound_somDefaultConstVCopyInit SOMObject_somDefaultConstVCopyInit
  570. #define M_WPSound_somDefaultConstAssign SOMObject_somDefaultConstAssign
  571. #define M_WPSound_somDefaultVAssign SOMObject_somDefaultVAssign
  572. #define M_WPSound_somDefaultConstVAssign SOMObject_somDefaultConstVAssign
  573. #define M_WPSound_somInit SOMObject_somInit
  574. #define M_WPSound_somFree SOMObject_somFree
  575. #define M_WPSound_somGetClass SOMObject_somGetClass
  576. #define M_WPSound_somGetClassName SOMObject_somGetClassName
  577. #define M_WPSound_somGetSize SOMObject_somGetSize
  578. #define M_WPSound_somIsA SOMObject_somIsA
  579. #define M_WPSound_somIsInstanceOf SOMObject_somIsInstanceOf
  580. #define M_WPSound_somRespondsTo SOMObject_somRespondsTo
  581. #define M_WPSound_somDispatch SOMObject_somDispatch
  582. #define M_WPSound_somClassDispatch SOMObject_somClassDispatch
  583. #define M_WPSound_somCastObj SOMObject_somCastObj
  584. #define M_WPSound_somResetObj SOMObject_somResetObj
  585. #define M_WPSound_somDispatchV SOMObject_somDispatchV
  586. #define M_WPSound_somDispatchL SOMObject_somDispatchL
  587. #define M_WPSound_somDispatchA SOMObject_somDispatchA
  588. #define M_WPSound_somDispatchD SOMObject_somDispatchD
  589. #define M_WPSound_somPrintSelf SOMObject_somPrintSelf
  590. #define M_WPSound_somDumpSelf SOMObject_somDumpSelf
  591. #define M_WPSound_somDumpSelfInt SOMObject_somDumpSelfInt
  592. #endif /* SOM_DONT_USE_INHERITED_MACROS */
  593.  
  594. #endif       /* SOM_M_WPSound_h */
  595.