home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / wpshidl / h / wpsound.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-17  |  21.2 KB  |  514 lines

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