home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / H / WPSOUND.H < prev    next >
C/C++ Source or Header  |  1995-08-30  |  23KB  |  543 lines

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