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