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

  1.  
  2. /*
  3.  * This file was generated by the SOM Compiler.
  4.  * FileName: ..\..\ibmh\wpport.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: WPPORT
  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_WPPort_h
  23. #define SOM_WPPort_h
  24.  
  25.  
  26. /*
  27.  * Passthru lines: File: "C.h", "before"
  28.  */
  29.  
  30. /* common context menu ids */
  31. #define WPPOIDM_PORT_REDIRECT       7100
  32. #define WPPOIDM_PORT_INSTALL        8001
  33.  
  34.  
  35. #include <som.h>
  36.  
  37. /*
  38.  * -- This emitter treats Method Tokens as Thunks by default.
  39.  * -- Use the sc modifier "nothunks" to change this default
  40.  */
  41. #undef somresolve_
  42. #define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
  43.  
  44. /*
  45.  * Define the class name as an object type
  46.  */
  47. #ifndef WPPort
  48. #define WPPort SOMObject
  49. #endif
  50. #include <wptrans.h>
  51.  
  52. /*
  53.  * Start of user-defined types:
  54.  */
  55. #ifndef SOMClass
  56.     #define SOMClass SOMObject
  57. #endif /* SOMClass */
  58. #ifndef WPFolder
  59.     #define WPFolder SOMObject
  60. #endif /* WPFolder */
  61. #ifndef M_WPObject
  62.     #define M_WPObject SOMObject
  63. #endif /* M_WPObject */
  64. #ifndef WPObject
  65.     #define WPObject SOMObject
  66. #endif /* WPObject */
  67. #ifndef M_WPTransient
  68.     #define M_WPTransient SOMObject
  69. #endif /* M_WPTransient */
  70. #ifndef M_WPPort
  71.     #define M_WPPort SOMObject
  72. #endif /* M_WPPort */
  73.  
  74. /*
  75.  * End of user-defined types.
  76.  */
  77.  
  78. #define WPPort_MajorVersion 1
  79. #define WPPort_MinorVersion 1
  80.  
  81. /*
  82.  * External name shortening if required
  83.  */
  84. #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
  85. #define WPPortNewClass WPportc
  86. #pragma linkage(WPportc, system)
  87. #define WPPortClassData WPportd
  88. #define WPPortCClassData WPportx
  89. #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
  90.  
  91. /*
  92.  * Include the meta class file
  93.  */
  94. #include <wpport.h>
  95. /*--------------Migration------------*/
  96. #define WPPort_classObj WPPortClassData.classObject
  97. #define _WPPort WPPort_classObj
  98.  
  99. /*
  100.  * Declare the class creation procedure
  101.  */
  102. SOMEXTERN SOMClass * SOMLINK WPPortNewClass(integer4 somtmajorVersion,
  103.         integer4 somtminorVersion);
  104. #pragma linkage(WPPortNewClass, system)
  105.  
  106. /*
  107.  * Declare the class data structure
  108.  */
  109. SOMEXTERN struct WPPortClassDataStructure {
  110.     SOMClass *classObject;
  111.     somMToken prtGetPortInfo;
  112.     somMToken prtSetPortInfo;
  113.     somMToken prtSettings;
  114.     somMToken prtGetDeviceObject;
  115.     somMToken prtSetPortDiscardhwndDlg;
  116.     somMToken prtSetPortInstallhwndDlg;
  117.     somMToken prtPrintPort;
  118.     somMToken prtSetIcon;
  119.     somMToken prtChangePort;
  120. } SOMDLINK WPPortClassData;
  121.  
  122. /*
  123.  * Declare the C specific class data structure
  124.  */
  125. SOMEXTERN struct WPPortCClassDataStructure {
  126.     somMethodTabs parentMtab;
  127.     somDToken instanceDataToken;
  128. } SOMDLINK WPPortCClassData;
  129.  
  130. /*
  131.  * New and Renew macros for WPPort
  132.  */
  133. #define WPPortNew() \
  134.    (_somNew(_WPPort ? _WPPort : WPPortNewClass(WPPort_MajorVersion, WPPort_MinorVersion)))
  135. #define WPPortRenew(buf) \
  136.    (_somRenew(_WPPort ? _WPPort : WPPortNewClass(WPPort_MajorVersion, WPPort_MinorVersion), buf))
  137.  
  138. /*
  139.  * Override method: wpInitData
  140.  */
  141. #define WPPort_wpInitData(somSelf) \
  142.     WPObject_wpInitData(somSelf)
  143.  
  144. /*
  145.  * Override method: wpUnInitData
  146.  */
  147. #define WPPort_wpUnInitData(somSelf) \
  148.     WPObject_wpUnInitData(somSelf)
  149.  
  150. /*
  151.  * Override method: somDumpSelfInt
  152.  */
  153. #define WPPort_somDumpSelfInt(somSelf,level) \
  154.     SOMObject_somDumpSelfInt(somSelf,level)
  155.  
  156. /*
  157.  * Override method: wpQueryTitle
  158.  */
  159. #define WPPort_wpQueryTitle(somSelf) \
  160.     WPObject_wpQueryTitle(somSelf)
  161.  
  162. /*
  163.  * Override method: wpQueryIcon
  164.  */
  165. #define WPPort_wpQueryIcon(somSelf) \
  166.     WPObject_wpQueryIcon(somSelf)
  167.  
  168. /*
  169.  * Override method: wpFilterPopupMenu
  170.  */
  171. #define WPPort_wpFilterPopupMenu(somSelf,ulFlags,hwndCnr,fMultiSelect) \
  172.     WPObject_wpFilterPopupMenu(somSelf,ulFlags,hwndCnr,fMultiSelect)
  173.  
  174. /*
  175.  * Override method: wpFree
  176.  */
  177. #define WPPort_wpFree(somSelf) \
  178.     WPObject_wpFree(somSelf)
  179.  
  180. /*
  181.  * Override method: wpModifyPopupMenu
  182.  */
  183. #define WPPort_wpModifyPopupMenu(somSelf,hwndMenu,hwndCnr,iPosition) \
  184.     WPObject_wpModifyPopupMenu(somSelf,hwndMenu,hwndCnr,iPosition)
  185.  
  186. /*
  187.  * Override method: wpMenuItemSelected
  188.  */
  189. #define WPPort_wpMenuItemSelected(somSelf,hwndFrame,ulMenuId) \
  190.     WPObject_wpMenuItemSelected(somSelf,hwndFrame,ulMenuId)
  191.  
  192. /*
  193.  * Override method: wpMenuItemHelpSelected
  194.  */
  195. #define WPPort_wpMenuItemHelpSelected(somSelf,MenuId) \
  196.     WPObject_wpMenuItemHelpSelected(somSelf,MenuId)
  197.  
  198. /*
  199.  * Override method: wpOpen
  200.  */
  201. #define WPPort_wpOpen(somSelf,hwndCnr,ulView,param) \
  202.     WPObject_wpOpen(somSelf,hwndCnr,ulView,param)
  203.  
  204. /*
  205.  * Override method: wpDrop
  206.  */
  207. #define WPPort_wpDrop(somSelf,hwndCnr,pdrgInfo,pdrgItem) \
  208.     WPObject_wpDrop(somSelf,hwndCnr,pdrgInfo,pdrgItem)
  209.  
  210. /*
  211.  * Override method: wpDragOver
  212.  */
  213. #define WPPort_wpDragOver(somSelf,hwndCnr,pdrgInfo) \
  214.     WPObject_wpDragOver(somSelf,hwndCnr,pdrgInfo)
  215.  
  216. /*
  217.  * Override method: wpCnrSetEmphasis
  218.  */
  219. #define WPPort_wpCnrSetEmphasis(somSelf,ulEmphasisAttr,fTurnOn) \
  220.     WPObject_wpCnrSetEmphasis(somSelf,ulEmphasisAttr,fTurnOn)
  221. #ifndef SOM_DONT_USE_INHERITED_MACROS
  222. #define WPPort_wpAddObjectGeneralPage WPObject_wpAddObjectGeneralPage
  223. #define WPPort_wpAddObjectGeneralPage2 WPObject_wpAddObjectGeneralPage2
  224. #define WPPort_wpAddObjectWindowPage WPObject_wpAddObjectWindowPage
  225. #define WPPort_wpAddSettingsPages WPObject_wpAddSettingsPages
  226. #define WPPort_wpAddToObjUseList WPObject_wpAddToObjUseList
  227. #define WPPort_wpAllocMem WPObject_wpAllocMem
  228. #define WPPort_wpAppendObject WPObject_wpAppendObject
  229. #define WPPort_wpAssertObjectMutexSem WPObject_wpAssertObjectMutexSem
  230. #define WPPort_wpClose WPObject_wpClose
  231. #define WPPort_wpCnrInsertObject WPObject_wpCnrInsertObject
  232. #define WPPort_wpCnrRemoveObject WPObject_wpCnrRemoveObject
  233. #define WPPort_wpConfirmDelete WPObject_wpConfirmDelete
  234. #define WPPort_wpConfirmObjectTitle WPObject_wpConfirmObjectTitle
  235. #define WPPort_wpCopiedFromTemplate WPObject_wpCopiedFromTemplate
  236. #define WPPort_wpCopyObject WPObject_wpCopyObject
  237. #define WPPort_wpCreateAnother WPObject_wpCreateAnother
  238. #define WPPort_wpCreateFromTemplate WPObject_wpCreateFromTemplate
  239. #define WPPort_wpCreateShadowObject WPObject_wpCreateShadowObject
  240. #define WPPort_wpDelete WPObject_wpDelete
  241. #define WPPort_wpDeleteFromObjUseList WPObject_wpDeleteFromObjUseList
  242. #define WPPort_wpDisplayHelp WPObject_wpDisplayHelp
  243. #define WPPort_wpDisplayMenu WPObject_wpDisplayMenu
  244. #define WPPort_wpDoesObjectMatch WPObject_wpDoesObjectMatch
  245. #define WPPort_wpDraggedOverObject WPObject_wpDraggedOverObject
  246. #define WPPort_wpDroppedOnObject WPObject_wpDroppedOnObject
  247. #define WPPort_wpEndConversation WPObject_wpEndConversation
  248. #define WPPort_wpFindUseItem WPObject_wpFindUseItem
  249. #define WPPort_wpFormatDragItem WPObject_wpFormatDragItem
  250. #define WPPort_wpFreeMem WPObject_wpFreeMem
  251. #define WPPort_wpHide WPObject_wpHide
  252. #define WPPort_wpInsertPopupMenuItems WPObject_wpInsertPopupMenuItems
  253. #define WPPort_wpInsertSettingsPage WPObject_wpInsertSettingsPage
  254. #define WPPort_wpMoveObject WPObject_wpMoveObject
  255. #define WPPort_wpPrintObject WPObject_wpPrintObject
  256. #define WPPort_wpQueryConcurrentView WPObject_wpQueryConcurrentView
  257. #define WPPort_wpQueryButtonAppearance WPObject_wpQueryButtonAppearance
  258. #define WPPort_wpQueryConfirmations WPObject_wpQueryConfirmations
  259. #define WPPort_wpQueryDefaultHelp WPObject_wpQueryDefaultHelp
  260. #define WPPort_wpQueryDefaultView WPObject_wpQueryDefaultView
  261. #define WPPort_wpQueryDetailsData WPObject_wpQueryDetailsData
  262. #define WPPort_wpQueryError WPObject_wpQueryError
  263. #define WPPort_wpSetFolder WPObject_wpSetFolder
  264. #define WPPort_wpQueryFolder WPObject_wpQueryFolder
  265. #define WPPort_wpQueryIconData WPObject_wpQueryIconData
  266. #define WPPort_wpQueryMinWindow WPObject_wpQueryMinWindow
  267. #define WPPort_wpQueryNameClashOptions WPObject_wpQueryNameClashOptions
  268. #define WPPort_wpQueryStyle WPObject_wpQueryStyle
  269. #define WPPort_wpSetTaskRec WPObject_wpSetTaskRec
  270. #define WPPort_wpFindTaskRec WPObject_wpFindTaskRec
  271. #define WPPort_wpRegisterView WPObject_wpRegisterView
  272. #define WPPort_wpReleaseObjectMutexSem WPObject_wpReleaseObjectMutexSem
  273. #define WPPort_wpRender WPObject_wpRender
  274. #define WPPort_wpRenderComplete WPObject_wpRenderComplete
  275. #define WPPort_wpReplaceObject WPObject_wpReplaceObject
  276. #define WPPort_wpRequestObjectMutexSem WPObject_wpRequestObjectMutexSem
  277. #define WPPort_wpRestore WPObject_wpRestore
  278. #define WPPort_wpRestoreData WPObject_wpRestoreData
  279. #define WPPort_wpRestoreLong WPObject_wpRestoreLong
  280. #define WPPort_wpRestoreState WPObject_wpRestoreState
  281. #define WPPort_wpRestoreString WPObject_wpRestoreString
  282. #define WPPort_wpSaveData WPObject_wpSaveData
  283. #define WPPort_wpSaveImmediate WPObject_wpSaveImmediate
  284. #define WPPort_wpSaveDeferred WPObject_wpSaveDeferred
  285. #define WPPort_wpSaveLong WPObject_wpSaveLong
  286. #define WPPort_wpSaveState WPObject_wpSaveState
  287. #define WPPort_wpSaveString WPObject_wpSaveString
  288. #define WPPort_wpScanSetupString WPObject_wpScanSetupString
  289. #define WPPort_wpSetConcurrentView WPObject_wpSetConcurrentView
  290. #define WPPort_wpSetButtonAppearance WPObject_wpSetButtonAppearance
  291. #define WPPort_wpSetDefaultHelp WPObject_wpSetDefaultHelp
  292. #define WPPort_wpSetDefaultView WPObject_wpSetDefaultView
  293. #define WPPort_wpSetError WPObject_wpSetError
  294. #define WPPort_wpSetIconHandle WPObject_wpSetIconHandle
  295. #define WPPort_wpQueryScreenGroupID WPObject_wpQueryScreenGroupID
  296. #define WPPort_wpSetupOnce WPObject_wpSetupOnce
  297. #define WPPort_wpSetIcon WPObject_wpSetIcon
  298. #define WPPort_wpSetIconData WPObject_wpSetIconData
  299. #define WPPort_wpSetMinWindow WPObject_wpSetMinWindow
  300. #define WPPort_wpSetStyle WPObject_wpSetStyle
  301. #define WPPort_wpModifyStyle WPObject_wpModifyStyle
  302. #define WPPort_wpSetTitle WPObject_wpSetTitle
  303. #define WPPort_wpSetup WPObject_wpSetup
  304. #define WPPort_wpSwitchTo WPObject_wpSwitchTo
  305. #define WPPort_wpViewObject WPObject_wpViewObject
  306. #define WPPort_wpQueryTrueStyle WPObject_wpQueryTrueStyle
  307. #define WPPort_wpQueryHandle WPObject_wpQueryHandle
  308. #define WPPort_wpUnlockObject WPObject_wpUnlockObject
  309. #define WPPort_wpObjectReady WPObject_wpObjectReady
  310. #define WPPort_wpIsObjectInitialized WPObject_wpIsObjectInitialized
  311. #define WPPort_wpCreateShadowObjectExt WPObject_wpCreateShadowObjectExt
  312. #define WPPort_wpCnrDeleteUseItem WPObject_wpCnrDeleteUseItem
  313. #define WPPort_wpIsDeleteable WPObject_wpIsDeleteable
  314. #define WPPort_wpQueryCoreRecord WPObject_wpQueryCoreRecord
  315. #define WPPort_wpSetObjectID WPObject_wpSetObjectID
  316. #define WPPort_wpQueryObjectID WPObject_wpQueryObjectID
  317. #define WPPort_wpSetDefaultIconPos WPObject_wpSetDefaultIconPos
  318. #define WPPort_wpQueryDefaultIconPos WPObject_wpQueryDefaultIconPos
  319. #define WPPort_wpCnrRefreshDetails WPObject_wpCnrRefreshDetails
  320. #define WPPort_wpFindViewItem WPObject_wpFindViewItem
  321. #define WPPort_wpLockObject WPObject_wpLockObject
  322. #define WPPort_wpIsLocked WPObject_wpIsLocked
  323. #define WPPort_wpQueryContainerFlagPtr WPObject_wpQueryContainerFlagPtr
  324. #define WPPort_wpWaitForClose WPObject_wpWaitForClose
  325. #define WPPort_somDefaultInit SOMObject_somDefaultInit
  326. #define WPPort_somDestruct SOMObject_somDestruct
  327. #define WPPort_somDefaultCopyInit SOMObject_somDefaultCopyInit
  328. #define WPPort_somDefaultAssign SOMObject_somDefaultAssign
  329. #define WPPort_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
  330. #define WPPort_somDefaultVCopyInit SOMObject_somDefaultVCopyInit
  331. #define WPPort_somDefaultConstVCopyInit SOMObject_somDefaultConstVCopyInit
  332. #define WPPort_somDefaultConstAssign SOMObject_somDefaultConstAssign
  333. #define WPPort_somDefaultVAssign SOMObject_somDefaultVAssign
  334. #define WPPort_somDefaultConstVAssign SOMObject_somDefaultConstVAssign
  335. #define WPPort_somInit SOMObject_somInit
  336. #define WPPort_somFree SOMObject_somFree
  337. #define WPPort_somUninit SOMObject_somUninit
  338. #define WPPort_somGetClass SOMObject_somGetClass
  339. #define WPPort_somGetClassName SOMObject_somGetClassName
  340. #define WPPort_somGetSize SOMObject_somGetSize
  341. #define WPPort_somIsA SOMObject_somIsA
  342. #define WPPort_somIsInstanceOf SOMObject_somIsInstanceOf
  343. #define WPPort_somRespondsTo SOMObject_somRespondsTo
  344. #define WPPort_somDispatch SOMObject_somDispatch
  345. #define WPPort_somClassDispatch SOMObject_somClassDispatch
  346. #define WPPort_somCastObj SOMObject_somCastObj
  347. #define WPPort_somResetObj SOMObject_somResetObj
  348. #define WPPort_somDispatchV SOMObject_somDispatchV
  349. #define WPPort_somDispatchL SOMObject_somDispatchL
  350. #define WPPort_somDispatchA SOMObject_somDispatchA
  351. #define WPPort_somDispatchD SOMObject_somDispatchD
  352. #define WPPort_somPrintSelf SOMObject_somPrintSelf
  353. #define WPPort_somDumpSelf SOMObject_somDumpSelf
  354. #endif /* SOM_DONT_USE_INHERITED_MACROS */
  355.  
  356. #endif       /* SOM_WPPort_h */
  357.  
  358. #ifndef SOM_M_WPPort_h
  359. #define SOM_M_WPPort_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_WPPort
  375. #define M_WPPort SOMObject
  376. #endif
  377. #include <wptrans.h>
  378.  
  379. /*
  380.  * Start of user-defined types:
  381.  */
  382.  
  383. /*
  384.  * End of user-defined types.
  385.  */
  386.  
  387. #define M_WPPort_MajorVersion 1
  388. #define M_WPPort_MinorVersion 1
  389.  
  390. /*
  391.  * External name shortening if required
  392.  */
  393. #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
  394. #define M_WPPortNewClass WPportc
  395. #pragma linkage(WPportc, system)
  396. #define M_WPPortClassData WPportd
  397. #define M_WPPortCClassData WPportx
  398. #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
  399. /*--------------Migration------------*/
  400. #define M_WPPort_classObj M_WPPortClassData.classObject
  401. #define _M_WPPort M_WPPort_classObj
  402.  
  403. /*
  404.  * Declare the class creation procedure
  405.  */
  406. SOMEXTERN SOMClass * SOMLINK M_WPPortNewClass(integer4 somtmajorVersion,
  407.         integer4 somtminorVersion);
  408. #pragma linkage(M_WPPortNewClass, system)
  409.  
  410. /*
  411.  * Declare the class data structure
  412.  */
  413. SOMEXTERN struct M_WPPortClassDataStructure {
  414.     SOMClass *classObject;
  415. } SOMDLINK M_WPPortClassData;
  416.  
  417. /*
  418.  * Declare the C specific class data structure
  419.  */
  420. SOMEXTERN struct M_WPPortCClassDataStructure {
  421.     somMethodTabs parentMtab;
  422.     somDToken instanceDataToken;
  423. } SOMDLINK M_WPPortCClassData;
  424.  
  425. /*
  426.  * New and Renew macros for M_WPPort
  427.  */
  428. #define M_WPPortNew() \
  429.    (_somNew(_M_WPPort ? _M_WPPort : M_WPPortNewClass(M_WPPort_MajorVersion, M_WPPort_MinorVersion)))
  430. #define M_WPPortRenew(buf) \
  431.    (_somRenew(_M_WPPort ? _M_WPPort : M_WPPortNewClass(M_WPPort_MajorVersion, M_WPPort_MinorVersion), buf))
  432.  
  433. /*
  434.  * Override method: wpclsQueryTitle
  435.  */
  436. #define M_WPPort_wpclsQueryTitle(somSelf) \
  437.     M_WPObject_wpclsQueryTitle(somSelf)
  438.  
  439. /*
  440.  * Override method: wpclsQueryIcon
  441.  */
  442. #define M_WPPort_wpclsQueryIcon(somSelf) \
  443.     M_WPObject_wpclsQueryIcon(somSelf)
  444.  
  445. /*
  446.  * Override method: wpclsQueryIconData
  447.  */
  448. #define M_WPPort_wpclsQueryIconData(somSelf,pIconInfo) \
  449.     M_WPObject_wpclsQueryIconData(somSelf,pIconInfo)
  450.  
  451. /*
  452.  * Override method: wpclsQueryDefaultHelp
  453.  */
  454. #define M_WPPort_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary) \
  455.     M_WPObject_wpclsQueryDefaultHelp(somSelf,pHelpPanelId,pszHelpLibrary)
  456.  
  457. /*
  458.  * Override method: wpclsQueryDefaultView
  459.  */
  460. #define M_WPPort_wpclsQueryDefaultView(somSelf) \
  461.     M_WPObject_wpclsQueryDefaultView(somSelf)
  462.  
  463. /*
  464.  * Override method: wpclsQueryStyle
  465.  */
  466. #define M_WPPort_wpclsQueryStyle(somSelf) \
  467.     M_WPObject_wpclsQueryStyle(somSelf)
  468. #ifndef SOM_DONT_USE_INHERITED_MACROS
  469. #define M_WPPort_wpclsCreateDefaultTemplates M_WPObject_wpclsCreateDefaultTemplates
  470. #define M_WPPort_wpclsInitData M_WPObject_wpclsInitData
  471. #define M_WPPort_wpclsMakeAwake M_WPObject_wpclsMakeAwake
  472. #define M_WPPort_wpclsNew M_WPObject_wpclsNew
  473. #define M_WPPort_wpclsQueryDetails M_WPObject_wpclsQueryDetails
  474. #define M_WPPort_wpclsQueryDetailsInfo M_WPObject_wpclsQueryDetailsInfo
  475. #define M_WPPort_wpclsQueryExtendedCriteria M_WPObject_wpclsQueryExtendedCriteria
  476. #define M_WPPort_wpclsQueryFolder M_WPObject_wpclsQueryFolder
  477. #define M_WPPort_wpclsQuerySearchInfo M_WPObject_wpclsQuerySearchInfo
  478. #define M_WPPort_wpclsUnInitData M_WPObject_wpclsUnInitData
  479. #define M_WPPort_wpclsFindObjectFirst M_WPObject_wpclsFindObjectFirst
  480. #define M_WPPort_wpclsFindObjectNext M_WPObject_wpclsFindObjectNext
  481. #define M_WPPort_wpclsFindObjectEnd M_WPObject_wpclsFindObjectEnd
  482. #define M_WPPort_wpclsSetError M_WPObject_wpclsSetError
  483. #define M_WPPort_wpclsQueryError M_WPObject_wpclsQueryError
  484. #define M_WPPort_wpclsQuerySettingsPageSize M_WPObject_wpclsQuerySettingsPageSize
  485. #define M_WPPort_wpclsQueryObject M_WPObject_wpclsQueryObject
  486. #define M_WPPort_wpclsQueryButtonAppearance M_WPObject_wpclsQueryButtonAppearance
  487. #define M_WPPort_wpclsDecUsage M_WPObject_wpclsDecUsage
  488. #define M_WPPort_wpclsIncUsage M_WPObject_wpclsIncUsage
  489. #define M_WPPort_wpclsInsertMultipleObjects M_WPObject_wpclsInsertMultipleObjects
  490. #define M_WPPort_wpclsFindOneObject M_WPObject_wpclsFindOneObject
  491. #define M_WPPort_wpclsSetSettingsPageSize M_WPObject_wpclsSetSettingsPageSize
  492. #define M_WPPort_wpclsSetIconData M_WPObject_wpclsSetIconData
  493. #define M_WPPort_wpclsSetIcon M_WPObject_wpclsSetIcon
  494. #define M_WPPort_wpclsObjectFromHandle M_WPObject_wpclsObjectFromHandle
  495. #define M_WPPort_wpclsRemoveObjects M_WPObject_wpclsRemoveObjects
  496. #define M_WPPort__get_somDataAlignment SOMClass__get_somDataAlignment
  497. #define M_WPPort__get_somInstanceDataOffsets SOMClass__get_somInstanceDataOffsets
  498. #define M_WPPort__get_somDirectInitClasses SOMClass__get_somDirectInitClasses
  499. #define M_WPPort__set_somDirectInitClasses SOMClass__set_somDirectInitClasses
  500. #define M_WPPort_somNew SOMClass_somNew
  501. #define M_WPPort_somNewNoInit SOMClass_somNewNoInit
  502. #define M_WPPort_somRenew SOMClass_somRenew
  503. #define M_WPPort_somRenewNoInit SOMClass_somRenewNoInit
  504. #define M_WPPort_somRenewNoZero SOMClass_somRenewNoZero
  505. #define M_WPPort_somRenewNoInitNoZero SOMClass_somRenewNoInitNoZero
  506. #define M_WPPort_somAllocate SOMClass_somAllocate
  507. #define M_WPPort_somDeallocate SOMClass_somDeallocate
  508. #define M_WPPort__get_somClassAllocate SOMClass__get_somClassAllocate
  509. #define M_WPPort__get_somClassDeallocate SOMClass__get_somClassDeallocate
  510. #define M_WPPort_somGetInstanceInitMask SOMClass_somGetInstanceInitMask
  511. #define M_WPPort_somGetInstanceDestructionMask SOMClass_somGetInstanceDestructionMask
  512. #define M_WPPort_somGetInstanceAssignmentMask SOMClass_somGetInstanceAssignmentMask
  513. #define M_WPPort_somInitClass SOMClass_somInitClass
  514. #define M_WPPort_somInitMIClass SOMClass_somInitMIClass
  515. #define M_WPPort_somAddStaticMethod SOMClass_somAddStaticMethod
  516. #define M_WPPort_somAddDynamicMethod SOMClass_somAddDynamicMethod
  517. #define M_WPPort_somOverrideSMethod SOMClass_somOverrideSMethod
  518. #define M_WPPort_somClassReady SOMClass_somClassReady
  519. #define M_WPPort_somGetApplyStub SOMClass_somGetApplyStub
  520. #define M_WPPort_somGetClassData SOMClass_somGetClassData
  521. #define M_WPPort_somSetClassData SOMClass_somSetClassData
  522. #define M_WPPort_somGetClassMtab SOMClass_somGetClassMtab
  523. #define M_WPPort_somGetInstanceOffset SOMClass_somGetInstanceOffset
  524. #define M_WPPort_somGetInstancePartSize SOMClass_somGetInstancePartSize
  525. #define M_WPPort_somGetInstanceSize SOMClass_somGetInstanceSize
  526. #define M_WPPort_somGetInstanceToken SOMClass_somGetInstanceToken
  527. #define M_WPPort_somGetMemberToken SOMClass_somGetMemberToken
  528. #define M_WPPort_somGetMethodData SOMClass_somGetMethodData
  529. #define M_WPPort_somGetRdStub SOMClass_somGetRdStub
  530. #define M_WPPort_somGetMethodDescriptor SOMClass_somGetMethodDescriptor
  531. #define M_WPPort_somGetMethodIndex SOMClass_somGetMethodIndex
  532. #define M_WPPort_somGetMethodToken SOMClass_somGetMethodToken
  533. #define M_WPPort_somGetName SOMClass_somGetName
  534. #define M_WPPort_somGetNthMethodData SOMClass_somGetNthMethodData
  535. #define M_WPPort_somGetNthMethodInfo SOMClass_somGetNthMethodInfo
  536. #define M_WPPort_somGetNumMethods SOMClass_somGetNumMethods
  537. #define M_WPPort_somGetNumStaticMethods SOMClass_somGetNumStaticMethods
  538. #define M_WPPort_somGetParent SOMClass_somGetParent
  539. #define M_WPPort_somGetParents SOMClass_somGetParents
  540. #define M_WPPort_somGetPClsMtab SOMClass_somGetPClsMtab
  541. #define M_WPPort_somGetPClsMtabs SOMClass_somGetPClsMtabs
  542. #define M_WPPort_somGetVersionNumbers SOMClass_somGetVersionNumbers
  543. #define M_WPPort_somSetMethodDescriptor SOMClass_somSetMethodDescriptor
  544. #define M_WPPort_somFindMethod SOMClass_somFindMethod
  545. #define M_WPPort_somFindMethodOk SOMClass_somFindMethodOk
  546. #define M_WPPort_somFindSMethod SOMClass_somFindSMethod
  547. #define M_WPPort_somFindSMethodOk SOMClass_somFindSMethodOk
  548. #define M_WPPort_somLookupMethod SOMClass_somLookupMethod
  549. #define M_WPPort_somCheckVersion SOMClass_somCheckVersion
  550. #define M_WPPort_somDescendedFrom SOMClass_somDescendedFrom
  551. #define M_WPPort_somSupportsMethod SOMClass_somSupportsMethod
  552. #define M_WPPort_somDefinedMethod SOMClass_somDefinedMethod
  553. #define M_WPPort_somOverrideMtab SOMClass_somOverrideMtab
  554. #define M_WPPort_somDefaultInit SOMObject_somDefaultInit
  555. #define M_WPPort_somDestruct SOMObject_somDestruct
  556. #define M_WPPort_somDefaultCopyInit SOMObject_somDefaultCopyInit
  557. #define M_WPPort_somDefaultAssign SOMObject_somDefaultAssign
  558. #define M_WPPort_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
  559. #define M_WPPort_somDefaultVCopyInit SOMObject_somDefaultVCopyInit
  560. #define M_WPPort_somDefaultConstVCopyInit SOMObject_somDefaultConstVCopyInit
  561. #define M_WPPort_somDefaultConstAssign SOMObject_somDefaultConstAssign
  562. #define M_WPPort_somDefaultVAssign SOMObject_somDefaultVAssign
  563. #define M_WPPort_somDefaultConstVAssign SOMObject_somDefaultConstVAssign
  564. #define M_WPPort_somInit SOMObject_somInit
  565. #define M_WPPort_somFree SOMObject_somFree
  566. #define M_WPPort_somUninit SOMObject_somUninit
  567. #define M_WPPort_somGetClass SOMObject_somGetClass
  568. #define M_WPPort_somGetClassName SOMObject_somGetClassName
  569. #define M_WPPort_somGetSize SOMObject_somGetSize
  570. #define M_WPPort_somIsA SOMObject_somIsA
  571. #define M_WPPort_somIsInstanceOf SOMObject_somIsInstanceOf
  572. #define M_WPPort_somRespondsTo SOMObject_somRespondsTo
  573. #define M_WPPort_somDispatch SOMObject_somDispatch
  574. #define M_WPPort_somClassDispatch SOMObject_somClassDispatch
  575. #define M_WPPort_somCastObj SOMObject_somCastObj
  576. #define M_WPPort_somResetObj SOMObject_somResetObj
  577. #define M_WPPort_somDispatchV SOMObject_somDispatchV
  578. #define M_WPPort_somDispatchL SOMObject_somDispatchL
  579. #define M_WPPort_somDispatchA SOMObject_somDispatchA
  580. #define M_WPPort_somDispatchD SOMObject_somDispatchD
  581. #define M_WPPort_somPrintSelf SOMObject_somPrintSelf
  582. #define M_WPPort_somDumpSelf SOMObject_somDumpSelf
  583. #define M_WPPort_somDumpSelfInt SOMObject_somDumpSelfInt
  584. #endif /* SOM_DONT_USE_INHERITED_MACROS */
  585.  
  586. #endif       /* SOM_M_WPPort_h */
  587.