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

  1.  
  2. /*
  3.  * This file was generated by the SOM Compiler.
  4.  * FileName: wppgmf.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: WPPGMF
  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_WPProgramFile_h
  23. #define SOM_WPProgramFile_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 WPProgramFile
  39. #define WPProgramFile SOMObject
  40. #endif
  41. #include <wpdataf.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_WPFileSystem
  59.     #define M_WPFileSystem SOMObject
  60. #endif /* M_WPFileSystem */
  61. #ifndef M_WPDataFile
  62.     #define M_WPDataFile SOMObject
  63. #endif /* M_WPDataFile */
  64. #ifndef M_WPProgramFile
  65.     #define M_WPProgramFile SOMObject
  66. #endif /* M_WPProgramFile */
  67.  
  68. /*
  69.  * End of user-defined types.
  70.  */
  71.  
  72. #define WPProgramFile_MajorVersion 1
  73. #define WPProgramFile_MinorVersion 2
  74.  
  75. /*
  76.  * External name shortening if required
  77.  */
  78. #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
  79. #define WPProgramFileNewClass wppgmc
  80. #pragma linkage(wppgmc, system)
  81. #define WPProgramFileClassData wppgmd
  82. #define WPProgramFileCClassData wppgmx
  83. #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
  84.  
  85. /*
  86.  * Include the meta class file
  87.  */
  88. #include <wppgmf.h>
  89. /*--------------Migration------------*/
  90. #define WPProgramFile_classObj WPProgramFileClassData.classObject
  91. #define _WPProgramFile WPProgramFile_classObj
  92.  
  93. /*
  94.  * Declare the class creation procedure
  95.  */
  96. SOMEXTERN SOMClass * SOMLINK WPProgramFileNewClass(integer4 somtmajorVersion,
  97.         integer4 somtminorVersion);
  98. #pragma linkage(WPProgramFileNewClass, system)
  99.  
  100. /*
  101.  * Declare the class data structure
  102.  */
  103. SOMEXTERN struct WPProgramFileClassDataStructure {
  104.     SOMClass *classObject;
  105.     somMToken wpAddProgramAssociationPage;
  106.     somMToken wpAddProgramPage;
  107.     somMToken wpAddProgramSessionPage;
  108.     somMToken wpSetProgDetails;
  109.     somMToken wpQueryProgDetails;
  110.     somMToken wpSetProgIcon;
  111.     somMToken wpQueryAssociationFilter;
  112.     somMToken wpQueryAssociationType;
  113.     somMToken wpSetAssociationFilter;
  114.     somMToken wpSetAssociationType;
  115.     somMToken wpQueryProgramAssociations;
  116.     somMToken wpSetProgramAssociations;
  117. } SOMDLINK WPProgramFileClassData;
  118.  
  119. /*
  120.  * Declare the C specific class data structure
  121.  */
  122. SOMEXTERN struct WPProgramFileCClassDataStructure {
  123.     somMethodTabs parentMtab;
  124.     somDToken instanceDataToken;
  125. } SOMDLINK WPProgramFileCClassData;
  126.  
  127. /*
  128.  * New and Renew macros for WPProgramFile
  129.  */
  130. #define WPProgramFileNew() \
  131.    (_somNew(_WPProgramFile ? _WPProgramFile : WPProgramFileNewClass(WPProgramFile_MajorVersion, WPProgramFile_MinorVersion)))
  132. #define WPProgramFileRenew(buf) \
  133.    (_somRenew(_WPProgramFile ? _WPProgramFile : WPProgramFileNewClass(WPProgramFile_MajorVersion, WPProgramFile_MinorVersion), buf))
  134.  
  135. /*
  136.  * Override method: wpSetAssociatedFileIcon
  137.  */
  138. #define WPProgramFile_wpSetAssociatedFileIcon(somSelf) \
  139.     WPDataFile_wpSetAssociatedFileIcon(somSelf)
  140.  
  141. /*
  142.  * Override method: wpQueryIcon
  143.  */
  144. #define WPProgramFile_wpQueryIcon(somSelf) \
  145.     WPObject_wpQueryIcon(somSelf)
  146.  
  147. /*
  148.  * Override method: wpInitData
  149.  */
  150. #define WPProgramFile_wpInitData(somSelf) \
  151.     WPObject_wpInitData(somSelf)
  152.  
  153. /*
  154.  * Override method: wpSaveState
  155.  */
  156. #define WPProgramFile_wpSaveState(somSelf) \
  157.     WPObject_wpSaveState(somSelf)
  158.  
  159. /*
  160.  * Override method: wpRestoreState
  161.  */
  162. #define WPProgramFile_wpRestoreState(somSelf,ulReserved) \
  163.     WPObject_wpRestoreState(somSelf,ulReserved)
  164.  
  165. /*
  166.  * Override method: wpAddSettingsPages
  167.  */
  168. #define WPProgramFile_wpAddSettingsPages(somSelf,hwndNotebook) \
  169.     WPObject_wpAddSettingsPages(somSelf,hwndNotebook)
  170.  
  171. /*
  172.  * Override method: wpOpen
  173.  */
  174. #define WPProgramFile_wpOpen(somSelf,hwndCnr,ulView,param) \
  175.     WPObject_wpOpen(somSelf,hwndCnr,ulView,param)
  176.  
  177. /*
  178.  * Override method: wpModifyPopupMenu
  179.  */
  180. #define WPProgramFile_wpModifyPopupMenu(somSelf,hwndMenu,hwndCnr,iPosition) \
  181.     WPObject_wpModifyPopupMenu(somSelf,hwndMenu,hwndCnr,iPosition)
  182.  
  183. /*
  184.  * Override method: wpMenuItemSelected
  185.  */
  186. #define WPProgramFile_wpMenuItemSelected(somSelf,hwndFrame,ulMenuId) \
  187.     WPObject_wpMenuItemSelected(somSelf,hwndFrame,ulMenuId)
  188.  
  189. /*
  190.  * Override method: wpMenuItemHelpSelected
  191.  */
  192. #define WPProgramFile_wpMenuItemHelpSelected(somSelf,MenuId) \
  193.     WPObject_wpMenuItemHelpSelected(somSelf,MenuId)
  194.  
  195. /*
  196.  * Override method: wpMoveObject
  197.  */
  198. #define WPProgramFile_wpMoveObject(somSelf,Folder) \
  199.     WPObject_wpMoveObject(somSelf,Folder)
  200.  
  201. /*
  202.  * Override method: wpDragOver
  203.  */
  204. #define WPProgramFile_wpDragOver(somSelf,hwndCnr,pdrgInfo) \
  205.     WPObject_wpDragOver(somSelf,hwndCnr,pdrgInfo)
  206.  
  207. /*
  208.  * Override method: wpDrop
  209.  */
  210. #define WPProgramFile_wpDrop(somSelf,hwndCnr,pdrgInfo,pdrgItem) \
  211.     WPObject_wpDrop(somSelf,hwndCnr,pdrgInfo,pdrgItem)
  212.  
  213. /*
  214.  * Override method: wpCopyObject
  215.  */
  216. #define WPProgramFile_wpCopyObject(somSelf,Folder,fLock) \
  217.     WPObject_wpCopyObject(somSelf,Folder,fLock)
  218.  
  219. /*
  220.  * Override method: wpConfirmRenameFileWithExt
  221.  */
  222. #define WPProgramFile_wpConfirmRenameFileWithExt(somSelf) \
  223.     WPFileSystem_wpConfirmRenameFileWithExt(somSelf)
  224.  
  225. /*
  226.  * Override method: wpCreateAnother
  227.  */
  228. #define WPProgramFile_wpCreateAnother(somSelf,pszTitle,pszSetupEnv,Folder) \
  229.     WPObject_wpCreateAnother(somSelf,pszTitle,pszSetupEnv,Folder)
  230.  
  231. /*
  232.  * Override method: wpFilterPopupMenu
  233.  */
  234. #define WPProgramFile_wpFilterPopupMenu(somSelf,ulFlags,hwndCnr,fMultiSelect) \
  235.     WPObject_wpFilterPopupMenu(somSelf,ulFlags,hwndCnr,fMultiSelect)
  236.  
  237. /*
  238.  * Override method: wpSetup
  239.  */
  240. #define WPProgramFile_wpSetup(somSelf,pszSetupString) \
  241.     WPObject_wpSetup(somSelf,pszSetupString)
  242.  
  243. /*
  244.  * Override method: wpQueryNameClashOptions
  245.  */
  246. #define WPProgramFile_wpQueryNameClashOptions(somSelf,menuID) \
  247.     WPObject_wpQueryNameClashOptions(somSelf,menuID)
  248.  
  249. /*
  250.  * Override method: somDefaultInit
  251.  */
  252. #define WPProgramFile_somDefaultInit(somSelf,ctrl) \
  253.     SOMObject_somDefaultInit(somSelf,ctrl)
  254.  
  255. /*
  256.  * Override method: somDestruct
  257.  */
  258. #define WPProgramFile_somDestruct(somSelf,doFree,ctrl) \
  259.     SOMObject_somDestruct(somSelf,doFree,ctrl)
  260.  
  261. /*
  262.  * New Name Lookup Method: wpAddProgramAssociationPage
  263.  */
  264. typedef ULONG   SOMLINK somTP_WPProgramFile_wpAddProgramAssociationPage(WPProgramFile *somSelf,
  265.         HWND hwndNotebook);
  266. #pragma linkage(somTP_WPProgramFile_wpAddProgramAssociationPage, system)
  267. typedef somTP_WPProgramFile_wpAddProgramAssociationPage *somTD_WPProgramFile_wpAddProgramAssociationPage;
  268. #define somMD_WPProgramFile_wpAddProgramAssociationPage "::WPProgramFile::wpAddProgramAssociationPage"
  269. #define WPProgramFile_wpAddProgramAssociationPage(somSelf,hwndNotebook) \
  270.     (SOM_Resolve(somSelf, WPProgramFile, wpAddProgramAssociationPage) \
  271.     (somSelf,hwndNotebook))
  272.  
  273. #ifndef lookup_wpAddProgramAssociationPage
  274. static char *somLMN_wpAddProgramAssociationPage = "wpAddProgramAssociationPage";
  275. static somId somLId_wpAddProgramAssociationPage = &somLMN_wpAddProgramAssociationPage;
  276. #define lookup_wpAddProgramAssociationPage(somSelf,hwndNotebook) \
  277.     ((( somTD_WPProgramFile_wpAddProgramAssociationPage ) \
  278.     _somLookupMethod(SOM_GetClass(somSelf), somLId_wpAddProgramAssociationPage)) \
  279.         (somSelf,hwndNotebook))
  280. #define _wpAddProgramAssociationPage lookup_wpAddProgramAssociationPage
  281. #endif     /* lookup_wpAddProgramAssociationPage */
  282.  
  283. /*
  284.  * New Name Lookup Method: wpQueryProgDetails
  285.  */
  286. typedef BOOL   SOMLINK somTP_WPProgramFile_wpQueryProgDetails(WPProgramFile *somSelf,
  287.         PPROGDETAILS pProgDetails,
  288.         PULONG pulSize);
  289. #pragma linkage(somTP_WPProgramFile_wpQueryProgDetails, system)
  290. typedef somTP_WPProgramFile_wpQueryProgDetails *somTD_WPProgramFile_wpQueryProgDetails;
  291. #define somMD_WPProgramFile_wpQueryProgDetails "::WPProgramFile::wpQueryProgDetails"
  292. #define WPProgramFile_wpQueryProgDetails(somSelf,pProgDetails,pulSize) \
  293.     (SOM_Resolve(somSelf, WPProgramFile, wpQueryProgDetails) \
  294.     (somSelf,pProgDetails,pulSize))
  295.  
  296. #ifndef lookup_wpQueryProgDetails
  297. static char *somLMN_wpQueryProgDetails = "wpQueryProgDetails";
  298. static somId somLId_wpQueryProgDetails = &somLMN_wpQueryProgDetails;
  299. #define lookup_wpQueryProgDetails(somSelf,pProgDetails,pulSize) \
  300.     ((( somTD_WPProgramFile_wpQueryProgDetails ) \
  301.     _somLookupMethod(SOM_GetClass(somSelf), somLId_wpQueryProgDetails)) \
  302.         (somSelf,pProgDetails,pulSize))
  303. #define _wpQueryProgDetails lookup_wpQueryProgDetails
  304. #endif     /* lookup_wpQueryProgDetails */
  305.  
  306. /*
  307.  * New Name Lookup Method: wpSetProgDetails
  308.  */
  309. typedef BOOL   SOMLINK somTP_WPProgramFile_wpSetProgDetails(WPProgramFile *somSelf,
  310.         PPROGDETAILS pProgDetails);
  311. #pragma linkage(somTP_WPProgramFile_wpSetProgDetails, system)
  312. typedef somTP_WPProgramFile_wpSetProgDetails *somTD_WPProgramFile_wpSetProgDetails;
  313. #define somMD_WPProgramFile_wpSetProgDetails "::WPProgramFile::wpSetProgDetails"
  314. #define WPProgramFile_wpSetProgDetails(somSelf,pProgDetails) \
  315.     (SOM_Resolve(somSelf, WPProgramFile, wpSetProgDetails) \
  316.     (somSelf,pProgDetails))
  317.  
  318. #ifndef lookup_wpSetProgDetails
  319. static char *somLMN_wpSetProgDetails = "wpSetProgDetails";
  320. static somId somLId_wpSetProgDetails = &somLMN_wpSetProgDetails;
  321. #define lookup_wpSetProgDetails(somSelf,pProgDetails) \
  322.     ((( somTD_WPProgramFile_wpSetProgDetails ) \
  323.     _somLookupMethod(SOM_GetClass(somSelf), somLId_wpSetProgDetails)) \
  324.         (somSelf,pProgDetails))
  325. #define _wpSetProgDetails lookup_wpSetProgDetails
  326. #endif     /* lookup_wpSetProgDetails */
  327.  
  328. /*
  329.  * New Name Lookup Method: wpAddProgramPage
  330.  */
  331. typedef ULONG   SOMLINK somTP_WPProgramFile_wpAddProgramPage(WPProgramFile *somSelf,
  332.         HWND hwndNotebook);
  333. #pragma linkage(somTP_WPProgramFile_wpAddProgramPage, system)
  334. typedef somTP_WPProgramFile_wpAddProgramPage *somTD_WPProgramFile_wpAddProgramPage;
  335. #define somMD_WPProgramFile_wpAddProgramPage "::WPProgramFile::wpAddProgramPage"
  336. #define WPProgramFile_wpAddProgramPage(somSelf,hwndNotebook) \
  337.     (SOM_Resolve(somSelf, WPProgramFile, wpAddProgramPage) \
  338.     (somSelf,hwndNotebook))
  339.  
  340. #ifndef lookup_wpAddProgramPage
  341. static char *somLMN_wpAddProgramPage = "wpAddProgramPage";
  342. static somId somLId_wpAddProgramPage = &somLMN_wpAddProgramPage;
  343. #define lookup_wpAddProgramPage(somSelf,hwndNotebook) \
  344.     ((( somTD_WPProgramFile_wpAddProgramPage ) \
  345.     _somLookupMethod(SOM_GetClass(somSelf), somLId_wpAddProgramPage)) \
  346.         (somSelf,hwndNotebook))
  347. #define _wpAddProgramPage lookup_wpAddProgramPage
  348. #endif     /* lookup_wpAddProgramPage */
  349.  
  350. /*
  351.  * New Name Lookup Method: wpAddProgramSessionPage
  352.  */
  353. typedef ULONG   SOMLINK somTP_WPProgramFile_wpAddProgramSessionPage(WPProgramFile *somSelf,
  354.         HWND hwndNotebook);
  355. #pragma linkage(somTP_WPProgramFile_wpAddProgramSessionPage, system)
  356. typedef somTP_WPProgramFile_wpAddProgramSessionPage *somTD_WPProgramFile_wpAddProgramSessionPage;
  357. #define somMD_WPProgramFile_wpAddProgramSessionPage "::WPProgramFile::wpAddProgramSessionPage"
  358. #define WPProgramFile_wpAddProgramSessionPage(somSelf,hwndNotebook) \
  359.     (SOM_Resolve(somSelf, WPProgramFile, wpAddProgramSessionPage) \
  360.     (somSelf,hwndNotebook))
  361.  
  362. #ifndef lookup_wpAddProgramSessionPage
  363. static char *somLMN_wpAddProgramSessionPage = "wpAddProgramSessionPage";
  364. static somId somLId_wpAddProgramSessionPage = &somLMN_wpAddProgramSessionPage;
  365. #define lookup_wpAddProgramSessionPage(somSelf,hwndNotebook) \
  366.     ((( somTD_WPProgramFile_wpAddProgramSessionPage ) \
  367.     _somLookupMethod(SOM_GetClass(somSelf), somLId_wpAddProgramSessionPage)) \
  368.         (somSelf,hwndNotebook))
  369. #define _wpAddProgramSessionPage lookup_wpAddProgramSessionPage
  370. #endif     /* lookup_wpAddProgramSessionPage */
  371.  
  372. /*
  373.  * New Name Lookup Method: wpQueryAssociationFilter
  374.  */
  375. typedef PSZ   SOMLINK somTP_WPProgramFile_wpQueryAssociationFilter(WPProgramFile *somSelf);
  376. #pragma linkage(somTP_WPProgramFile_wpQueryAssociationFilter, system)
  377. typedef somTP_WPProgramFile_wpQueryAssociationFilter *somTD_WPProgramFile_wpQueryAssociationFilter;
  378. #define somMD_WPProgramFile_wpQueryAssociationFilter "::WPProgramFile::wpQueryAssociationFilter"
  379. #define WPProgramFile_wpQueryAssociationFilter(somSelf) \
  380.     (SOM_Resolve(somSelf, WPProgramFile, wpQueryAssociationFilter) \
  381.     (somSelf))
  382.  
  383. #ifndef lookup_wpQueryAssociationFilter
  384. static char *somLMN_wpQueryAssociationFilter = "wpQueryAssociationFilter";
  385. static somId somLId_wpQueryAssociationFilter = &somLMN_wpQueryAssociationFilter;
  386. #define lookup_wpQueryAssociationFilter(somSelf) \
  387.     ((( somTD_WPProgramFile_wpQueryAssociationFilter ) \
  388.     _somLookupMethod(SOM_GetClass(somSelf), somLId_wpQueryAssociationFilter)) \
  389.         (somSelf))
  390. #define _wpQueryAssociationFilter lookup_wpQueryAssociationFilter
  391. #endif     /* lookup_wpQueryAssociationFilter */
  392.  
  393. /*
  394.  * New Name Lookup Method: wpQueryAssociationType
  395.  */
  396. typedef PSZ   SOMLINK somTP_WPProgramFile_wpQueryAssociationType(WPProgramFile *somSelf);
  397. #pragma linkage(somTP_WPProgramFile_wpQueryAssociationType, system)
  398. typedef somTP_WPProgramFile_wpQueryAssociationType *somTD_WPProgramFile_wpQueryAssociationType;
  399. #define somMD_WPProgramFile_wpQueryAssociationType "::WPProgramFile::wpQueryAssociationType"
  400. #define WPProgramFile_wpQueryAssociationType(somSelf) \
  401.     (SOM_Resolve(somSelf, WPProgramFile, wpQueryAssociationType) \
  402.     (somSelf))
  403.  
  404. #ifndef lookup_wpQueryAssociationType
  405. static char *somLMN_wpQueryAssociationType = "wpQueryAssociationType";
  406. static somId somLId_wpQueryAssociationType = &somLMN_wpQueryAssociationType;
  407. #define lookup_wpQueryAssociationType(somSelf) \
  408.     ((( somTD_WPProgramFile_wpQueryAssociationType ) \
  409.     _somLookupMethod(SOM_GetClass(somSelf), somLId_wpQueryAssociationType)) \
  410.         (somSelf))
  411. #define _wpQueryAssociationType lookup_wpQueryAssociationType
  412. #endif     /* lookup_wpQueryAssociationType */
  413.  
  414. /*
  415.  * New Name Lookup Method: wpSetAssociationFilter
  416.  */
  417. typedef BOOL   SOMLINK somTP_WPProgramFile_wpSetAssociationFilter(WPProgramFile *somSelf,
  418.         PSZ pszFilter);
  419. #pragma linkage(somTP_WPProgramFile_wpSetAssociationFilter, system)
  420. typedef somTP_WPProgramFile_wpSetAssociationFilter *somTD_WPProgramFile_wpSetAssociationFilter;
  421. #define somMD_WPProgramFile_wpSetAssociationFilter "::WPProgramFile::wpSetAssociationFilter"
  422. #define WPProgramFile_wpSetAssociationFilter(somSelf,pszFilter) \
  423.     (SOM_Resolve(somSelf, WPProgramFile, wpSetAssociationFilter) \
  424.     (somSelf,pszFilter))
  425.  
  426. #ifndef lookup_wpSetAssociationFilter
  427. static char *somLMN_wpSetAssociationFilter = "wpSetAssociationFilter";
  428. static somId somLId_wpSetAssociationFilter = &somLMN_wpSetAssociationFilter;
  429. #define lookup_wpSetAssociationFilter(somSelf,pszFilter) \
  430.     ((( somTD_WPProgramFile_wpSetAssociationFilter ) \
  431.     _somLookupMethod(SOM_GetClass(somSelf), somLId_wpSetAssociationFilter)) \
  432.         (somSelf,pszFilter))
  433. #define _wpSetAssociationFilter lookup_wpSetAssociationFilter
  434. #endif     /* lookup_wpSetAssociationFilter */
  435.  
  436. /*
  437.  * New Name Lookup Method: wpSetAssociationType
  438.  */
  439. typedef BOOL   SOMLINK somTP_WPProgramFile_wpSetAssociationType(WPProgramFile *somSelf,
  440.         PSZ pszType);
  441. #pragma linkage(somTP_WPProgramFile_wpSetAssociationType, system)
  442. typedef somTP_WPProgramFile_wpSetAssociationType *somTD_WPProgramFile_wpSetAssociationType;
  443. #define somMD_WPProgramFile_wpSetAssociationType "::WPProgramFile::wpSetAssociationType"
  444. #define WPProgramFile_wpSetAssociationType(somSelf,pszType) \
  445.     (SOM_Resolve(somSelf, WPProgramFile, wpSetAssociationType) \
  446.     (somSelf,pszType))
  447.  
  448. #ifndef lookup_wpSetAssociationType
  449. static char *somLMN_wpSetAssociationType = "wpSetAssociationType";
  450. static somId somLId_wpSetAssociationType = &somLMN_wpSetAssociationType;
  451. #define lookup_wpSetAssociationType(somSelf,pszType) \
  452.     ((( somTD_WPProgramFile_wpSetAssociationType ) \
  453.     _somLookupMethod(SOM_GetClass(somSelf), somLId_wpSetAssociationType)) \
  454.         (somSelf,pszType))
  455. #define _wpSetAssociationType lookup_wpSetAssociationType
  456. #endif     /* lookup_wpSetAssociationType */
  457.  
  458. /*
  459.  * New Name Lookup Method: wpQueryProgramAssociations
  460.  */
  461. typedef PSZ   SOMLINK somTP_WPProgramFile_wpQueryProgramAssociations(WPProgramFile *somSelf,
  462.         PBYTE ptr,
  463.         PSZ pszAssoc,
  464.         BOOL fFilter);
  465. #pragma linkage(somTP_WPProgramFile_wpQueryProgramAssociations, system)
  466. typedef somTP_WPProgramFile_wpQueryProgramAssociations *somTD_WPProgramFile_wpQueryProgramAssociations;
  467. #define somMD_WPProgramFile_wpQueryProgramAssociations "::WPProgramFile::wpQueryProgramAssociations"
  468. #define WPProgramFile_wpQueryProgramAssociations(somSelf,ptr,pszAssoc,fFilter) \
  469.     (SOM_Resolve(somSelf, WPProgramFile, wpQueryProgramAssociations) \
  470.     (somSelf,ptr,pszAssoc,fFilter))
  471.  
  472. #ifndef lookup_wpQueryProgramAssociations
  473. static char *somLMN_wpQueryProgramAssociations = "wpQueryProgramAssociations";
  474. static somId somLId_wpQueryProgramAssociations = &somLMN_wpQueryProgramAssociations;
  475. #define lookup_wpQueryProgramAssociations(somSelf,ptr,pszAssoc,fFilter) \
  476.     ((( somTD_WPProgramFile_wpQueryProgramAssociations ) \
  477.     _somLookupMethod(SOM_GetClass(somSelf), somLId_wpQueryProgramAssociations)) \
  478.         (somSelf,ptr,pszAssoc,fFilter))
  479. #define _wpQueryProgramAssociations lookup_wpQueryProgramAssociations
  480. #endif     /* lookup_wpQueryProgramAssociations */
  481.  
  482. /*
  483.  * New Name Lookup Method: wpSetProgramAssociations
  484.  */
  485. typedef BOOL   SOMLINK somTP_WPProgramFile_wpSetProgramAssociations(WPProgramFile *somSelf,
  486.         PSZ pszAssoc,
  487.         BOOL fFilter);
  488. #pragma linkage(somTP_WPProgramFile_wpSetProgramAssociations, system)
  489. typedef somTP_WPProgramFile_wpSetProgramAssociations *somTD_WPProgramFile_wpSetProgramAssociations;
  490. #define somMD_WPProgramFile_wpSetProgramAssociations "::WPProgramFile::wpSetProgramAssociations"
  491. #define WPProgramFile_wpSetProgramAssociations(somSelf,pszAssoc,fFilter) \
  492.     (SOM_Resolve(somSelf, WPProgramFile, wpSetProgramAssociations) \
  493.     (somSelf,pszAssoc,fFilter))
  494.  
  495. #ifndef lookup_wpSetProgramAssociations
  496. static char *somLMN_wpSetProgramAssociations = "wpSetProgramAssociations";
  497. static somId somLId_wpSetProgramAssociations = &somLMN_wpSetProgramAssociations;
  498. #define lookup_wpSetProgramAssociations(somSelf,pszAssoc,fFilter) \
  499.     ((( somTD_WPProgramFile_wpSetProgramAssociations ) \
  500.     _somLookupMethod(SOM_GetClass(somSelf), somLId_wpSetProgramAssociations)) \
  501.         (somSelf,pszAssoc,fFilter))
  502. #define _wpSetProgramAssociations lookup_wpSetProgramAssociations
  503. #endif     /* lookup_wpSetProgramAssociations */
  504.  
  505. /*
  506.  * New Method: wpSetProgIcon
  507.  */
  508. typedef BOOL   SOMLINK somTP_WPProgramFile_wpSetProgIcon(WPProgramFile *somSelf,
  509.         PFEA2LIST pfeal);
  510. #pragma linkage(somTP_WPProgramFile_wpSetProgIcon, system)
  511. typedef somTP_WPProgramFile_wpSetProgIcon *somTD_WPProgramFile_wpSetProgIcon;
  512. #define somMD_WPProgramFile_wpSetProgIcon "::WPProgramFile::wpSetProgIcon"
  513. #define WPProgramFile_wpSetProgIcon(somSelf,pfeal) \
  514.     (SOM_Resolve(somSelf, WPProgramFile, wpSetProgIcon) \
  515.     (somSelf,pfeal))
  516. #ifndef SOMGD_wpSetProgIcon
  517.     #if (defined(_wpSetProgIcon) || defined(__wpSetProgIcon))
  518.         #undef _wpSetProgIcon
  519.         #undef __wpSetProgIcon
  520.         #define SOMGD_wpSetProgIcon 1
  521.     #else
  522.         #define _wpSetProgIcon WPProgramFile_wpSetProgIcon
  523.     #endif /* _wpSetProgIcon */
  524. #endif /* SOMGD_wpSetProgIcon */
  525. #ifndef SOM_DONT_USE_INHERITED_MACROS
  526. #define WPProgramFile_wpAddFileTypePage WPDataFile_wpAddFileTypePage
  527. #define WPProgramFile_wpPrintMetaFile WPDataFile_wpPrintMetaFile
  528. #define WPProgramFile_wpPrintPifFile WPDataFile_wpPrintPifFile
  529. #define WPProgramFile_wpPrintPrinterSpecificFile WPDataFile_wpPrintPrinterSpecificFile
  530. #define WPProgramFile_wpPrintUnknownFile WPDataFile_wpPrintUnknownFile
  531. #define WPProgramFile_wpQueryAssociatedProgram WPDataFile_wpQueryAssociatedProgram
  532. #define WPProgramFile_wpQueryAssociatedFileIcon WPDataFile_wpQueryAssociatedFileIcon
  533. #define WPProgramFile_wpSetRealName WPFileSystem_wpSetRealName
  534. #define WPProgramFile_wpSetType WPFileSystem_wpSetType
  535. #define WPProgramFile_wpQueryType WPFileSystem_wpQueryType
  536. #define WPProgramFile_wpSetAttr WPFileSystem_wpSetAttr
  537. #define WPProgramFile_wpQueryAttr WPFileSystem_wpQueryAttr
  538. #define WPProgramFile_wpAddFile1Page WPFileSystem_wpAddFile1Page
  539. #define WPProgramFile_wpAddFile2Page WPFileSystem_wpAddFile2Page
  540. #define WPProgramFile_wpAddFile3Page WPFileSystem_wpAddFile3Page
  541. #define WPProgramFile_wpAddFileMenuPage WPFileSystem_wpAddFileMenuPage
  542. #define WPProgramFile_wpQueryCreation WPFileSystem_wpQueryCreation
  543. #define WPProgramFile_wpQueryLastAccess WPFileSystem_wpQueryLastAccess
  544. #define WPProgramFile_wpQueryLastWrite WPFileSystem_wpQueryLastWrite
  545. #define WPProgramFile_wpQueryFileSize WPFileSystem_wpQueryFileSize
  546. #define WPProgramFile_wpQueryEASize WPFileSystem_wpQueryEASize
  547. #define WPProgramFile_wpSetDateInfo WPFileSystem_wpSetDateInfo
  548. #define WPProgramFile_wpSetFileSizeInfo WPFileSystem_wpSetFileSizeInfo
  549. #define WPProgramFile_wpRefresh WPFileSystem_wpRefresh
  550. #define WPProgramFile_wpQueryRefreshFlags WPFileSystem_wpQueryRefreshFlags
  551. #define WPProgramFile_wpSetRefreshFlags WPFileSystem_wpSetRefreshFlags
  552. #define WPProgramFile_wpPrintPlainTextFile WPFileSystem_wpPrintPlainTextFile
  553. #define WPProgramFile_wpSetTitleAndRenameFile WPFileSystem_wpSetTitleAndRenameFile
  554. #define WPProgramFile_wpVerifyUpdateAccess WPFileSystem_wpVerifyUpdateAccess
  555. #define WPProgramFile_wpAddUserItemsToPopupMenu WPFileSystem_wpAddUserItemsToPopupMenu
  556. #define WPProgramFile_wpIsDiskSwapped WPFileSystem_wpIsDiskSwapped
  557. #define WPProgramFile_wpQueryRealName WPFileSystem_wpQueryRealName
  558. #define WPProgramFile_wpQueryFilename WPFileSystem_wpQueryFilename
  559. #define WPProgramFile_wpQueryDisk WPFileSystem_wpQueryDisk
  560. #define WPProgramFile_wpQueryDateInfo WPFileSystem_wpQueryDateInfo
  561. #define WPProgramFile_wpConfirmKeepAssoc WPFileSystem_wpConfirmKeepAssoc
  562. #define WPProgramFile_wpAddObjectGeneralPage WPObject_wpAddObjectGeneralPage
  563. #define WPProgramFile_wpAddObjectGeneralPage2 WPObject_wpAddObjectGeneralPage2
  564. #define WPProgramFile_wpAddObjectWindowPage WPObject_wpAddObjectWindowPage
  565. #define WPProgramFile_wpAddToObjUseList WPObject_wpAddToObjUseList
  566. #define WPProgramFile_wpAllocMem WPObject_wpAllocMem
  567. #define WPProgramFile_wpAppendObject WPObject_wpAppendObject
  568. #define WPProgramFile_wpAssertObjectMutexSem WPObject_wpAssertObjectMutexSem
  569. #define WPProgramFile_wpClose WPObject_wpClose
  570. #define WPProgramFile_wpCnrInsertObject WPObject_wpCnrInsertObject
  571. #define WPProgramFile_wpCnrRemoveObject WPObject_wpCnrRemoveObject
  572. #define WPProgramFile_wpCnrSetEmphasis WPObject_wpCnrSetEmphasis
  573. #define WPProgramFile_wpConfirmDelete WPObject_wpConfirmDelete
  574. #define WPProgramFile_wpConfirmObjectTitle WPObject_wpConfirmObjectTitle
  575. #define WPProgramFile_wpCopiedFromTemplate WPObject_wpCopiedFromTemplate
  576. #define WPProgramFile_wpCreateFromTemplate WPObject_wpCreateFromTemplate
  577. #define WPProgramFile_wpCreateShadowObject WPObject_wpCreateShadowObject
  578. #define WPProgramFile_wpDelete WPObject_wpDelete
  579. #define WPProgramFile_wpDeleteFromObjUseList WPObject_wpDeleteFromObjUseList
  580. #define WPProgramFile_wpDisplayHelp WPObject_wpDisplayHelp
  581. #define WPProgramFile_wpDisplayMenu WPObject_wpDisplayMenu
  582. #define WPProgramFile_wpDoesObjectMatch WPObject_wpDoesObjectMatch
  583. #define WPProgramFile_wpDraggedOverObject WPObject_wpDraggedOverObject
  584. #define WPProgramFile_wpDroppedOnObject WPObject_wpDroppedOnObject
  585. #define WPProgramFile_wpEndConversation WPObject_wpEndConversation
  586. #define WPProgramFile_wpFindUseItem WPObject_wpFindUseItem
  587. #define WPProgramFile_wpFormatDragItem WPObject_wpFormatDragItem
  588. #define WPProgramFile_wpFree WPObject_wpFree
  589. #define WPProgramFile_wpFreeMem WPObject_wpFreeMem
  590. #define WPProgramFile_wpHide WPObject_wpHide
  591. #define WPProgramFile_wpInsertPopupMenuItems WPObject_wpInsertPopupMenuItems
  592. #define WPProgramFile_wpInsertSettingsPage WPObject_wpInsertSettingsPage
  593. #define WPProgramFile_wpPrintObject WPObject_wpPrintObject
  594. #define WPProgramFile_wpQueryConcurrentView WPObject_wpQueryConcurrentView
  595. #define WPProgramFile_wpQueryButtonAppearance WPObject_wpQueryButtonAppearance
  596. #define WPProgramFile_wpQueryConfirmations WPObject_wpQueryConfirmations
  597. #define WPProgramFile_wpQueryDefaultHelp WPObject_wpQueryDefaultHelp
  598. #define WPProgramFile_wpQueryDefaultView WPObject_wpQueryDefaultView
  599. #define WPProgramFile_wpQueryDetailsData WPObject_wpQueryDetailsData
  600. #define WPProgramFile_wpQueryError WPObject_wpQueryError
  601. #define WPProgramFile_wpSetFolder WPObject_wpSetFolder
  602. #define WPProgramFile_wpQueryFolder WPObject_wpQueryFolder
  603. #define WPProgramFile_wpQueryIconData WPObject_wpQueryIconData
  604. #define WPProgramFile_wpQueryMinWindow WPObject_wpQueryMinWindow
  605. #define WPProgramFile_wpQueryStyle WPObject_wpQueryStyle
  606. #define WPProgramFile_wpSetTaskRec WPObject_wpSetTaskRec
  607. #define WPProgramFile_wpFindTaskRec WPObject_wpFindTaskRec
  608. #define WPProgramFile_wpQueryTitle WPObject_wpQueryTitle
  609. #define WPProgramFile_wpRegisterView WPObject_wpRegisterView
  610. #define WPProgramFile_wpReleaseObjectMutexSem WPObject_wpReleaseObjectMutexSem
  611. #define WPProgramFile_wpRender WPObject_wpRender
  612. #define WPProgramFile_wpRenderComplete WPObject_wpRenderComplete
  613. #define WPProgramFile_wpReplaceObject WPObject_wpReplaceObject
  614. #define WPProgramFile_wpRequestObjectMutexSem WPObject_wpRequestObjectMutexSem
  615. #define WPProgramFile_wpRestore WPObject_wpRestore
  616. #define WPProgramFile_wpRestoreData WPObject_wpRestoreData
  617. #define WPProgramFile_wpRestoreLong WPObject_wpRestoreLong
  618. #define WPProgramFile_wpRestoreString WPObject_wpRestoreString
  619. #define WPProgramFile_wpSaveData WPObject_wpSaveData
  620. #define WPProgramFile_wpSaveImmediate WPObject_wpSaveImmediate
  621. #define WPProgramFile_wpSaveDeferred WPObject_wpSaveDeferred
  622. #define WPProgramFile_wpSaveLong WPObject_wpSaveLong
  623. #define WPProgramFile_wpSaveString WPObject_wpSaveString
  624. #define WPProgramFile_wpScanSetupString WPObject_wpScanSetupString
  625. #define WPProgramFile_wpSetConcurrentView WPObject_wpSetConcurrentView
  626. #define WPProgramFile_wpSetButtonAppearance WPObject_wpSetButtonAppearance
  627. #define WPProgramFile_wpSetDefaultHelp WPObject_wpSetDefaultHelp
  628. #define WPProgramFile_wpSetDefaultView WPObject_wpSetDefaultView
  629. #define WPProgramFile_wpSetError WPObject_wpSetError
  630. #define WPProgramFile_wpSetIconHandle WPObject_wpSetIconHandle
  631. #define WPProgramFile_wpQueryScreenGroupID WPObject_wpQueryScreenGroupID
  632. #define WPProgramFile_wpSetupOnce WPObject_wpSetupOnce
  633. #define WPProgramFile_wpSetIcon WPObject_wpSetIcon
  634. #define WPProgramFile_wpSetIconData WPObject_wpSetIconData
  635. #define WPProgramFile_wpSetMinWindow WPObject_wpSetMinWindow
  636. #define WPProgramFile_wpSetStyle WPObject_wpSetStyle
  637. #define WPProgramFile_wpModifyStyle WPObject_wpModifyStyle
  638. #define WPProgramFile_wpSetTitle WPObject_wpSetTitle
  639. #define WPProgramFile_wpSwitchTo WPObject_wpSwitchTo
  640. #define WPProgramFile_wpUnInitData WPObject_wpUnInitData
  641. #define WPProgramFile_wpViewObject WPObject_wpViewObject
  642. #define WPProgramFile_wpQueryTrueStyle WPObject_wpQueryTrueStyle
  643. #define WPProgramFile_wpQueryHandle WPObject_wpQueryHandle
  644. #define WPProgramFile_wpUnlockObject WPObject_wpUnlockObject
  645. #define WPProgramFile_wpObjectReady WPObject_wpObjectReady
  646. #define WPProgramFile_wpIsObjectInitialized WPObject_wpIsObjectInitialized
  647. #define WPProgramFile_wpCreateShadowObjectExt WPObject_wpCreateShadowObjectExt
  648. #define WPProgramFile_wpCnrDeleteUseItem WPObject_wpCnrDeleteUseItem
  649. #define WPProgramFile_wpIsDeleteable WPObject_wpIsDeleteable
  650. #define WPProgramFile_wpQueryCoreRecord WPObject_wpQueryCoreRecord
  651. #define WPProgramFile_wpSetObjectID WPObject_wpSetObjectID
  652. #define WPProgramFile_wpQueryObjectID WPObject_wpQueryObjectID
  653. #define WPProgramFile_wpSetDefaultIconPos WPObject_wpSetDefaultIconPos
  654. #define WPProgramFile_wpQueryDefaultIconPos WPObject_wpQueryDefaultIconPos
  655. #define WPProgramFile_wpCnrRefreshDetails WPObject_wpCnrRefreshDetails
  656. #define WPProgramFile_wpFindViewItem WPObject_wpFindViewItem
  657. #define WPProgramFile_wpLockObject WPObject_wpLockObject
  658. #define WPProgramFile_wpIsLocked WPObject_wpIsLocked
  659. #define WPProgramFile_wpQueryContainerFlagPtr WPObject_wpQueryContainerFlagPtr
  660. #define WPProgramFile_wpWaitForClose WPObject_wpWaitForClose
  661. #define WPProgramFile_somDefaultCopyInit SOMObject_somDefaultCopyInit
  662. #define WPProgramFile_somDefaultAssign SOMObject_somDefaultAssign
  663. #define WPProgramFile_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
  664. #define WPProgramFile_somDefaultVCopyInit SOMObject_somDefaultVCopyInit
  665. #define WPProgramFile_somDefaultConstVCopyInit SOMObject_somDefaultConstVCopyInit
  666. #define WPProgramFile_somDefaultConstAssign SOMObject_somDefaultConstAssign
  667. #define WPProgramFile_somDefaultVAssign SOMObject_somDefaultVAssign
  668. #define WPProgramFile_somDefaultConstVAssign SOMObject_somDefaultConstVAssign
  669. #define WPProgramFile_somInit SOMObject_somInit
  670. #define WPProgramFile_somFree SOMObject_somFree
  671. #define WPProgramFile_somUninit SOMObject_somUninit
  672. #define WPProgramFile_somGetClass SOMObject_somGetClass
  673. #define WPProgramFile_somGetClassName SOMObject_somGetClassName
  674. #define WPProgramFile_somGetSize SOMObject_somGetSize
  675. #define WPProgramFile_somIsA SOMObject_somIsA
  676. #define WPProgramFile_somIsInstanceOf SOMObject_somIsInstanceOf
  677. #define WPProgramFile_somRespondsTo SOMObject_somRespondsTo
  678. #define WPProgramFile_somDispatch SOMObject_somDispatch
  679. #define WPProgramFile_somClassDispatch SOMObject_somClassDispatch
  680. #define WPProgramFile_somCastObj SOMObject_somCastObj
  681. #define WPProgramFile_somResetObj SOMObject_somResetObj
  682. #define WPProgramFile_somDispatchV SOMObject_somDispatchV
  683. #define WPProgramFile_somDispatchL SOMObject_somDispatchL
  684. #define WPProgramFile_somDispatchA SOMObject_somDispatchA
  685. #define WPProgramFile_somDispatchD SOMObject_somDispatchD
  686. #define WPProgramFile_somPrintSelf SOMObject_somPrintSelf
  687. #define WPProgramFile_somDumpSelf SOMObject_somDumpSelf
  688. #define WPProgramFile_somDumpSelfInt SOMObject_somDumpSelfInt
  689. #endif /* SOM_DONT_USE_INHERITED_MACROS */
  690.  
  691. #endif       /* SOM_WPProgramFile_h */
  692.  
  693. #ifndef SOM_M_WPProgramFile_h
  694. #define SOM_M_WPProgramFile_h
  695.  
  696.  
  697. #include <som.h>
  698.  
  699. /*
  700.  * -- This emitter treats Method Tokens as Thunks by default.
  701.  * -- Use the sc modifier "nothunks" to change this default
  702.  */
  703. #undef somresolve_
  704. #define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
  705.  
  706. /*
  707.  * Define the class name as an object type
  708.  */
  709. #ifndef M_WPProgramFile
  710. #define M_WPProgramFile SOMObject
  711. #endif
  712. #include <wpdataf.h>
  713.  
  714. /*
  715.  * Start of user-defined types:
  716.  */
  717.  
  718. /*
  719.  * End of user-defined types.
  720.  */
  721.  
  722. #define M_WPProgramFile_MajorVersion 1
  723. #define M_WPProgramFile_MinorVersion 2
  724.  
  725. /*
  726.  * External name shortening if required
  727.  */
  728. #ifdef SOM_USE_SHORT_EXTERNAL_NAMES
  729. #define M_WPProgramFileNewClass wppgmc
  730. #pragma linkage(wppgmc, system)
  731. #define M_WPProgramFileClassData wppgmd
  732. #define M_WPProgramFileCClassData wppgmx
  733. #endif /* SOM_USE_SHORT_EXTERNAL_NAMES */
  734. /*--------------Migration------------*/
  735. #define M_WPProgramFile_classObj M_WPProgramFileClassData.classObject
  736. #define _M_WPProgramFile M_WPProgramFile_classObj
  737.  
  738. /*
  739.  * Declare the class creation procedure
  740.  */
  741. SOMEXTERN SOMClass * SOMLINK M_WPProgramFileNewClass(integer4 somtmajorVersion,
  742.         integer4 somtminorVersion);
  743. #pragma linkage(M_WPProgramFileNewClass, system)
  744.  
  745. /*
  746.  * Declare the class data structure
  747.  */
  748. SOMEXTERN struct M_WPProgramFileClassDataStructure {
  749.     SOMClass *classObject;
  750. } SOMDLINK M_WPProgramFileClassData;
  751.  
  752. /*
  753.  * Declare the C specific class data structure
  754.  */
  755. SOMEXTERN struct M_WPProgramFileCClassDataStructure {
  756.     somMethodTabs parentMtab;
  757.     somDToken instanceDataToken;
  758. } SOMDLINK M_WPProgramFileCClassData;
  759.  
  760. /*
  761.  * New and Renew macros for M_WPProgramFile
  762.  */
  763. #define M_WPProgramFileNew() \
  764.    (_somNew(_M_WPProgramFile ? _M_WPProgramFile : M_WPProgramFileNewClass(M_WPProgramFile_MajorVersion, M_WPProgramFile_MinorVersion)))
  765. #define M_WPProgramFileRenew(buf) \
  766.    (_somRenew(_M_WPProgramFile ? _M_WPProgramFile : M_WPProgramFileNewClass(M_WPProgramFile_MajorVersion, M_WPProgramFile_MinorVersion), buf))
  767.  
  768. /*
  769.  * Override method: wpclsQueryTitle
  770.  */
  771. #define M_WPProgramFile_wpclsQueryTitle(somSelf) \
  772.     M_WPObject_wpclsQueryTitle(somSelf)
  773.  
  774. /*
  775.  * Override method: wpclsQueryIconData
  776.  */
  777. #define M_WPProgramFile_wpclsQueryIconData(somSelf,pIconInfo) \
  778.     M_WPObject_wpclsQueryIconData(somSelf,pIconInfo)
  779.  
  780. /*
  781.  * Override method: wpclsQueryDefaultView
  782.  */
  783. #define M_WPProgramFile_wpclsQueryDefaultView(somSelf) \
  784.     M_WPObject_wpclsQueryDefaultView(somSelf)
  785.  
  786. /*
  787.  * Override method: wpclsQueryStyle
  788.  */
  789. #define M_WPProgramFile_wpclsQueryStyle(somSelf) \
  790.     M_WPObject_wpclsQueryStyle(somSelf)
  791. #ifndef SOM_DONT_USE_INHERITED_MACROS
  792. #define M_WPProgramFile_wpclsQueryAwakeObject M_WPFileSystem_wpclsQueryAwakeObject
  793. #define M_WPProgramFile_wpclsFileSysExists M_WPFileSystem_wpclsFileSysExists
  794. #define M_WPProgramFile_wpclsQueryObjectFromPath M_WPFileSystem_wpclsQueryObjectFromPath
  795. #define M_WPProgramFile_wpclsQueryInstanceType M_WPFileSystem_wpclsQueryInstanceType
  796. #define M_WPProgramFile_wpclsQueryInstanceFilter M_WPFileSystem_wpclsQueryInstanceFilter
  797. #define M_WPProgramFile_wpclsCreateDefaultTemplates M_WPObject_wpclsCreateDefaultTemplates
  798. #define M_WPProgramFile_wpclsInitData M_WPObject_wpclsInitData
  799. #define M_WPProgramFile_wpclsMakeAwake M_WPObject_wpclsMakeAwake
  800. #define M_WPProgramFile_wpclsNew M_WPObject_wpclsNew
  801. #define M_WPProgramFile_wpclsQueryDefaultHelp M_WPObject_wpclsQueryDefaultHelp
  802. #define M_WPProgramFile_wpclsQueryDetails M_WPObject_wpclsQueryDetails
  803. #define M_WPProgramFile_wpclsQueryDetailsInfo M_WPObject_wpclsQueryDetailsInfo
  804. #define M_WPProgramFile_wpclsQueryExtendedCriteria M_WPObject_wpclsQueryExtendedCriteria
  805. #define M_WPProgramFile_wpclsQueryFolder M_WPObject_wpclsQueryFolder
  806. #define M_WPProgramFile_wpclsQueryIcon M_WPObject_wpclsQueryIcon
  807. #define M_WPProgramFile_wpclsQuerySearchInfo M_WPObject_wpclsQuerySearchInfo
  808. #define M_WPProgramFile_wpclsUnInitData M_WPObject_wpclsUnInitData
  809. #define M_WPProgramFile_wpclsFindObjectFirst M_WPObject_wpclsFindObjectFirst
  810. #define M_WPProgramFile_wpclsFindObjectNext M_WPObject_wpclsFindObjectNext
  811. #define M_WPProgramFile_wpclsFindObjectEnd M_WPObject_wpclsFindObjectEnd
  812. #define M_WPProgramFile_wpclsSetError M_WPObject_wpclsSetError
  813. #define M_WPProgramFile_wpclsQueryError M_WPObject_wpclsQueryError
  814. #define M_WPProgramFile_wpclsQuerySettingsPageSize M_WPObject_wpclsQuerySettingsPageSize
  815. #define M_WPProgramFile_wpclsQueryObject M_WPObject_wpclsQueryObject
  816. #define M_WPProgramFile_wpclsQueryButtonAppearance M_WPObject_wpclsQueryButtonAppearance
  817. #define M_WPProgramFile_wpclsDecUsage M_WPObject_wpclsDecUsage
  818. #define M_WPProgramFile_wpclsIncUsage M_WPObject_wpclsIncUsage
  819. #define M_WPProgramFile_wpclsInsertMultipleObjects M_WPObject_wpclsInsertMultipleObjects
  820. #define M_WPProgramFile_wpclsFindOneObject M_WPObject_wpclsFindOneObject
  821. #define M_WPProgramFile_wpclsSetSettingsPageSize M_WPObject_wpclsSetSettingsPageSize
  822. #define M_WPProgramFile_wpclsSetIconData M_WPObject_wpclsSetIconData
  823. #define M_WPProgramFile_wpclsSetIcon M_WPObject_wpclsSetIcon
  824. #define M_WPProgramFile_wpclsObjectFromHandle M_WPObject_wpclsObjectFromHandle
  825. #define M_WPProgramFile_wpclsRemoveObjects M_WPObject_wpclsRemoveObjects
  826. #define M_WPProgramFile__get_somDataAlignment SOMClass__get_somDataAlignment
  827. #define M_WPProgramFile__get_somInstanceDataOffsets SOMClass__get_somInstanceDataOffsets
  828. #define M_WPProgramFile__get_somDirectInitClasses SOMClass__get_somDirectInitClasses
  829. #define M_WPProgramFile__set_somDirectInitClasses SOMClass__set_somDirectInitClasses
  830. #define M_WPProgramFile_somNew SOMClass_somNew
  831. #define M_WPProgramFile_somNewNoInit SOMClass_somNewNoInit
  832. #define M_WPProgramFile_somRenew SOMClass_somRenew
  833. #define M_WPProgramFile_somRenewNoInit SOMClass_somRenewNoInit
  834. #define M_WPProgramFile_somRenewNoZero SOMClass_somRenewNoZero
  835. #define M_WPProgramFile_somRenewNoInitNoZero SOMClass_somRenewNoInitNoZero
  836. #define M_WPProgramFile_somAllocate SOMClass_somAllocate
  837. #define M_WPProgramFile_somDeallocate SOMClass_somDeallocate
  838. #define M_WPProgramFile__get_somClassAllocate SOMClass__get_somClassAllocate
  839. #define M_WPProgramFile__get_somClassDeallocate SOMClass__get_somClassDeallocate
  840. #define M_WPProgramFile_somGetInstanceInitMask SOMClass_somGetInstanceInitMask
  841. #define M_WPProgramFile_somGetInstanceDestructionMask SOMClass_somGetInstanceDestructionMask
  842. #define M_WPProgramFile_somGetInstanceAssignmentMask SOMClass_somGetInstanceAssignmentMask
  843. #define M_WPProgramFile_somInitClass SOMClass_somInitClass
  844. #define M_WPProgramFile_somInitMIClass SOMClass_somInitMIClass
  845. #define M_WPProgramFile_somAddStaticMethod SOMClass_somAddStaticMethod
  846. #define M_WPProgramFile_somAddDynamicMethod SOMClass_somAddDynamicMethod
  847. #define M_WPProgramFile_somOverrideSMethod SOMClass_somOverrideSMethod
  848. #define M_WPProgramFile_somClassReady SOMClass_somClassReady
  849. #define M_WPProgramFile_somGetApplyStub SOMClass_somGetApplyStub
  850. #define M_WPProgramFile_somGetClassData SOMClass_somGetClassData
  851. #define M_WPProgramFile_somSetClassData SOMClass_somSetClassData
  852. #define M_WPProgramFile_somGetClassMtab SOMClass_somGetClassMtab
  853. #define M_WPProgramFile_somGetInstanceOffset SOMClass_somGetInstanceOffset
  854. #define M_WPProgramFile_somGetInstancePartSize SOMClass_somGetInstancePartSize
  855. #define M_WPProgramFile_somGetInstanceSize SOMClass_somGetInstanceSize
  856. #define M_WPProgramFile_somGetInstanceToken SOMClass_somGetInstanceToken
  857. #define M_WPProgramFile_somGetMemberToken SOMClass_somGetMemberToken
  858. #define M_WPProgramFile_somGetMethodData SOMClass_somGetMethodData
  859. #define M_WPProgramFile_somGetRdStub SOMClass_somGetRdStub
  860. #define M_WPProgramFile_somGetMethodDescriptor SOMClass_somGetMethodDescriptor
  861. #define M_WPProgramFile_somGetMethodIndex SOMClass_somGetMethodIndex
  862. #define M_WPProgramFile_somGetMethodToken SOMClass_somGetMethodToken
  863. #define M_WPProgramFile_somGetName SOMClass_somGetName
  864. #define M_WPProgramFile_somGetNthMethodData SOMClass_somGetNthMethodData
  865. #define M_WPProgramFile_somGetNthMethodInfo SOMClass_somGetNthMethodInfo
  866. #define M_WPProgramFile_somGetNumMethods SOMClass_somGetNumMethods
  867. #define M_WPProgramFile_somGetNumStaticMethods SOMClass_somGetNumStaticMethods
  868. #define M_WPProgramFile_somGetParent SOMClass_somGetParent
  869. #define M_WPProgramFile_somGetParents SOMClass_somGetParents
  870. #define M_WPProgramFile_somGetPClsMtab SOMClass_somGetPClsMtab
  871. #define M_WPProgramFile_somGetPClsMtabs SOMClass_somGetPClsMtabs
  872. #define M_WPProgramFile_somGetVersionNumbers SOMClass_somGetVersionNumbers
  873. #define M_WPProgramFile_somSetMethodDescriptor SOMClass_somSetMethodDescriptor
  874. #define M_WPProgramFile_somFindMethod SOMClass_somFindMethod
  875. #define M_WPProgramFile_somFindMethodOk SOMClass_somFindMethodOk
  876. #define M_WPProgramFile_somFindSMethod SOMClass_somFindSMethod
  877. #define M_WPProgramFile_somFindSMethodOk SOMClass_somFindSMethodOk
  878. #define M_WPProgramFile_somLookupMethod SOMClass_somLookupMethod
  879. #define M_WPProgramFile_somCheckVersion SOMClass_somCheckVersion
  880. #define M_WPProgramFile_somDescendedFrom SOMClass_somDescendedFrom
  881. #define M_WPProgramFile_somSupportsMethod SOMClass_somSupportsMethod
  882. #define M_WPProgramFile_somDefinedMethod SOMClass_somDefinedMethod
  883. #define M_WPProgramFile_somOverrideMtab SOMClass_somOverrideMtab
  884. #define M_WPProgramFile_somDefaultInit SOMObject_somDefaultInit
  885. #define M_WPProgramFile_somDestruct SOMObject_somDestruct
  886. #define M_WPProgramFile_somDefaultCopyInit SOMObject_somDefaultCopyInit
  887. #define M_WPProgramFile_somDefaultAssign SOMObject_somDefaultAssign
  888. #define M_WPProgramFile_somDefaultConstCopyInit SOMObject_somDefaultConstCopyInit
  889. #define M_WPProgramFile_somDefaultVCopyInit SOMObject_somDefaultVCopyInit
  890. #define M_WPProgramFile_somDefaultConstVCopyInit SOMObject_somDefaultConstVCopyInit
  891. #define M_WPProgramFile_somDefaultConstAssign SOMObject_somDefaultConstAssign
  892. #define M_WPProgramFile_somDefaultVAssign SOMObject_somDefaultVAssign
  893. #define M_WPProgramFile_somDefaultConstVAssign SOMObject_somDefaultConstVAssign
  894. #define M_WPProgramFile_somInit SOMObject_somInit
  895. #define M_WPProgramFile_somFree SOMObject_somFree
  896. #define M_WPProgramFile_somUninit SOMObject_somUninit
  897. #define M_WPProgramFile_somGetClass SOMObject_somGetClass
  898. #define M_WPProgramFile_somGetClassName SOMObject_somGetClassName
  899. #define M_WPProgramFile_somGetSize SOMObject_somGetSize
  900. #define M_WPProgramFile_somIsA SOMObject_somIsA
  901. #define M_WPProgramFile_somIsInstanceOf SOMObject_somIsInstanceOf
  902. #define M_WPProgramFile_somRespondsTo SOMObject_somRespondsTo
  903. #define M_WPProgramFile_somDispatch SOMObject_somDispatch
  904. #define M_WPProgramFile_somClassDispatch SOMObject_somClassDispatch
  905. #define M_WPProgramFile_somCastObj SOMObject_somCastObj
  906. #define M_WPProgramFile_somResetObj SOMObject_somResetObj
  907. #define M_WPProgramFile_somDispatchV SOMObject_somDispatchV
  908. #define M_WPProgramFile_somDispatchL SOMObject_somDispatchL
  909. #define M_WPProgramFile_somDispatchA SOMObject_somDispatchA
  910. #define M_WPProgramFile_somDispatchD SOMObject_somDispatchD
  911. #define M_WPProgramFile_somPrintSelf SOMObject_somPrintSelf
  912. #define M_WPProgramFile_somDumpSelf SOMObject_somDumpSelf
  913. #define M_WPProgramFile_somDumpSelfInt SOMObject_somDumpSelfInt
  914. #endif /* SOM_DONT_USE_INHERITED_MACROS */
  915.  
  916. #endif       /* SOM_M_WPProgramFile_h */
  917.