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