home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / H / WPROOTF.XH < prev    next >
Text File  |  1995-08-30  |  118KB  |  4,304 lines

  1.  
  2. /*
  3.  * This file was generated by the SOM Compiler.
  4.  * FileName: wprootf.xh.
  5.  * Generated using:
  6.  *     SOM Precompiler somipc: 2.29.1.2
  7.  *     SOM Emitter emitxh: 2.41
  8.  */
  9.  
  10. /*
  11.  *   Module Header
  12.  * 
  13.  *   Module Name: WPROOTF
  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_WPRootFolder_xh
  23. #define SOM_WPRootFolder_xh
  24.  
  25. class WPRootFolder;
  26.  
  27. #define WPRootFolder_MajorVersion 1
  28. #define WPRootFolder_MinorVersion 2
  29.  
  30. /* C++ SOM defs */
  31. #include <somcls.xh>
  32. #include <somcm.xh>
  33.  
  34. /* C++ parent defs */
  35. #ifndef SOM_WPFolder_xh
  36. #include <wpfolder.xh>
  37. #endif
  38.  
  39. #ifndef WPRootFolder_API
  40. #define WPRootFolder_API
  41. /*
  42.  * -- The Class API
  43.  */
  44.  
  45. /*
  46.  * Start of user-defined types:
  47.  */
  48. class SOMClass;
  49. class SOMObject;
  50. class WPFolder;
  51. class M_WPObject;
  52. class WPObject;
  53. class M_WPFileSystem;
  54. class M_WPFolder;
  55. class M_WPRootFolder;
  56.  
  57. /*
  58.  * End of user-defined types.
  59.  */
  60.  
  61. /* A procedure to create the WPRootFolder Class */
  62. class M_WPRootFolder;
  63. SOMEXTERN M_WPRootFolder * SOMLINK WPRootFolderNewClass(
  64.         integer4 majorVersion,
  65.         integer4 minorVersion);
  66.  
  67. /* The API to the WPRootFolder class object, and the methods it introduces. */
  68. SOMEXTERN struct WPRootFolderClassDataStructure {
  69.     M_WPRootFolder *classObject;
  70.     somMToken wpSetViewTitle;
  71.     somMToken wpRefresh;
  72. } SOMDLINK WPRootFolderClassData;
  73. #define _WPRootFolder WPRootFolderClassData.classObject
  74.  
  75. /* The API to parentMtabs for WPRootFolder, and the instance data it introduces. */
  76. SOMEXTERN struct WPRootFolderCClassDataStructure {
  77.     somMethodTabs parentMtab;
  78.     somDToken              instanceDataToken;
  79. } SOMDLINK WPRootFolderCClassData;
  80.  
  81. /*
  82.  * -- Typedefs for WPRootFolder Method Procedures
  83.  */
  84. SOMEXTERN {
  85.  
  86. /*
  87.  * -- Typedefs for Reintroduced Wrapper Methods
  88.  */
  89. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetFldrFlags)(WPRootFolder *somSelf,
  90.         ULONG ulFlags);
  91. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryFldrFlags)(WPRootFolder *somSelf);
  92. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetFldrFont)(WPRootFolder *somSelf,
  93.         PSZ pszFont,
  94.         ULONG ulView);
  95. typedef PSZ   (SOMLINK * somTD_WPRootFolder_wpQueryFldrFont)(WPRootFolder *somSelf,
  96.         ULONG ulView);
  97. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetFldrAttr)(WPRootFolder *somSelf,
  98.         ULONG Attr,
  99.         ULONG ulView);
  100. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryFldrAttr)(WPRootFolder *somSelf,
  101.         ULONG ulView);
  102. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetNextIconPos)(WPRootFolder *somSelf,
  103.         PPOINTL pptl);
  104. typedef PPOINTL   (SOMLINK * somTD_WPRootFolder_wpQueryNextIconPos)(WPRootFolder *somSelf);
  105. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpPopulate)(WPRootFolder *somSelf,
  106.         ULONG ulReserved,
  107.         PSZ pszPath,
  108.         BOOL fFoldersOnly);
  109. typedef WPObject*   (SOMLINK * somTD_WPRootFolder_wpQueryContent)(WPRootFolder *somSelf,
  110.         WPObject* Object,
  111.         ULONG ulOption);
  112. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpAddFolderView1Page)(WPRootFolder *somSelf,
  113.         HWND hwndNotebook);
  114. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpAddFolderView2Page)(WPRootFolder *somSelf,
  115.         HWND hwndNotebook);
  116. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpAddFolderView3Page)(WPRootFolder *somSelf,
  117.         HWND hwndNotebook);
  118. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpAddFolderIncludePage)(WPRootFolder *somSelf,
  119.         HWND hwndNotebook);
  120. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpAddFolderSortPage)(WPRootFolder *somSelf,
  121.         HWND hwndNotebook);
  122. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpAddFolderBackgroundPage)(WPRootFolder *somSelf,
  123.         HWND hwndNotebook);
  124. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpAddFolderSelfClosePage)(WPRootFolder *somSelf,
  125.         HWND hwndNotebook);
  126. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpInitIconPosData)(WPRootFolder *somSelf);
  127. typedef void   (SOMLINK * somTD_WPRootFolder_wpFreeIconPosData)(WPRootFolder *somSelf);
  128. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpStoreIconPosData)(WPRootFolder *somSelf,
  129.         PICONPOS pIconPos,
  130.         ULONG cbSize);
  131. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpQueryIconPosition)(WPRootFolder *somSelf,
  132.         PSZ pszIdentity,
  133.         PPOINTL pptl,
  134.         PULONG pIndex);
  135. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetFldrSort)(WPRootFolder *somSelf,
  136.         PVOID pSortRecord,
  137.         ULONG ulView,
  138.         ULONG ulType);
  139. typedef PVOID   (SOMLINK * somTD_WPRootFolder_wpQueryFldrSort)(WPRootFolder *somSelf,
  140.         ULONG ulView,
  141.         ULONG ulType);
  142. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpRestoreFldrRunObjs)(WPRootFolder *somSelf);
  143. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpStoreFldrRunObjs)(WPRootFolder *somSelf,
  144.         ULONG ulType);
  145. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpHideFldrRunObjs)(WPRootFolder *somSelf,
  146.         BOOL fHide);
  147. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpDeleteContents)(WPRootFolder *somSelf,
  148.         ULONG fConfirmations);
  149. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetFldrDetailsClass)(WPRootFolder *somSelf,
  150.         M_WPObject* Class);
  151. typedef M_WPObject*   (SOMLINK * somTD_WPRootFolder_wpQueryFldrDetailsClass)(WPRootFolder *somSelf);
  152. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSearchFolder)(WPRootFolder *somSelf,
  153.         PSZ pszName,
  154.         ULONG ulSearchType,
  155.         ULONG ulLen,
  156.         PSEARCH_INFO pInfo,
  157.         WPFolder* ResultFolder);
  158. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpContainsFolders)(WPRootFolder *somSelf,
  159.         BOOL* pfSubFolders);
  160. typedef WPObject*   (SOMLINK * somTD_WPRootFolder_wpQueryOpenFolders)(WPRootFolder *somSelf,
  161.         ULONG ulOption);
  162. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpModifyFldrFlags)(WPRootFolder *somSelf,
  163.         ULONG ulFlags,
  164.         ULONG ulFlagMask);
  165. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpAddToContent)(WPRootFolder *somSelf,
  166.         WPObject* Object);
  167. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpDeleteFromContent)(WPRootFolder *somSelf,
  168.         WPObject* Object);
  169. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetDetailsColumnVisibility)(WPRootFolder *somSelf,
  170.         ULONG index,
  171.         BOOL Visible);
  172. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpIsDetailsColumnVisible)(WPRootFolder *somSelf,
  173.         ULONG index);
  174. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetFldrSortClass)(WPRootFolder *somSelf,
  175.         M_WPObject* Class);
  176. typedef M_WPObject*   (SOMLINK * somTD_WPRootFolder_wpQueryFldrSortClass)(WPRootFolder *somSelf);
  177. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetSortAttribAvailable)(WPRootFolder *somSelf,
  178.         ULONG index,
  179.         BOOL Available);
  180. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpIsSortAttribAvailable)(WPRootFolder *somSelf,
  181.         ULONG index);
  182. typedef char*   (SOMLINK * somTD_WPRootFolder_wpQueryIconViewPos)(WPRootFolder *somSelf);
  183. typedef WPObject*   (SOMLINK * somTD_WPRootFolder_wpAddFirstChild)(WPRootFolder *somSelf);
  184. typedef void   (SOMLINK * somTD_WPRootFolder_wpInitData)(WPRootFolder *somSelf);
  185. typedef void   (SOMLINK * somTD_WPRootFolder_wpUnInitData)(WPRootFolder *somSelf);
  186. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpFree)(WPRootFolder *somSelf);
  187. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpDelete)(WPRootFolder *somSelf,
  188.         ULONG fConfirmations);
  189. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpConfirmDelete)(WPRootFolder *somSelf,
  190.         ULONG fConfirmations);
  191. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSaveState)(WPRootFolder *somSelf);
  192. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpRestoreState)(WPRootFolder *somSelf,
  193.         ULONG ulReserved);
  194. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpMenuItemSelected)(WPRootFolder *somSelf,
  195.         HWND hwndFrame,
  196.         ULONG ulMenuId);
  197. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpModifyPopupMenu)(WPRootFolder *somSelf,
  198.         HWND hwndMenu,
  199.         HWND hwndCnr,
  200.         ULONG iPosition);
  201. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpAddSettingsPages)(WPRootFolder *somSelf,
  202.         HWND hwndNotebook);
  203. typedef HWND   (SOMLINK * somTD_WPRootFolder_wpOpen)(WPRootFolder *somSelf,
  204.         HWND hwndCnr,
  205.         ULONG ulView,
  206.         ULONG param);
  207. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetup)(WPRootFolder *somSelf,
  208.         PSZ pszSetupString);
  209. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpMoveObject)(WPRootFolder *somSelf,
  210.         WPFolder* Folder);
  211. typedef MRESULT   (SOMLINK * somTD_WPRootFolder_wpDrop)(WPRootFolder *somSelf,
  212.         HWND hwndCnr,
  213.         PDRAGINFO pdrgInfo,
  214.         PDRAGITEM pdrgItem);
  215. typedef MRESULT   (SOMLINK * somTD_WPRootFolder_wpDragOver)(WPRootFolder *somSelf,
  216.         HWND hwndCnr,
  217.         PDRAGINFO pdrgInfo);
  218. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpMenuItemHelpSelected)(WPRootFolder *somSelf,
  219.         ULONG MenuId);
  220. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpAddFile3Page)(WPRootFolder *somSelf,
  221.         HWND hwndNotebook);
  222. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpAddFile2Page)(WPRootFolder *somSelf,
  223.         HWND hwndNotebook);
  224. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpFormatDragItem)(WPRootFolder *somSelf,
  225.         PDRAGITEM pdrgItem);
  226. typedef MRESULT   (SOMLINK * somTD_WPRootFolder_wpRender)(WPRootFolder *somSelf,
  227.         PDRAGTRANSFER pdxfer);
  228. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpRefresh)(WPRootFolder *somSelf,
  229.         ULONG ulView,
  230.         PVOID pReserved);
  231. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpFilterPopupMenu)(WPRootFolder *somSelf,
  232.         ULONG ulFlags,
  233.         HWND hwndCnr,
  234.         BOOL fMultiSelect);
  235. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryDefaultView)(WPRootFolder *somSelf);
  236. typedef MRESULT   (SOMLINK * somTD_WPRootFolder_wpRenderComplete)(WPRootFolder *somSelf,
  237.         PDRAGTRANSFER pdxfer,
  238.         ULONG ulResult);
  239. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpQueryDefaultHelp)(WPRootFolder *somSelf,
  240.         PULONG pHelpPanelId,
  241.         PSZ HelpLibrary);
  242. typedef void   (SOMLINK * somTD_WPRootFolder_wpObjectReady)(WPRootFolder *somSelf,
  243.         ULONG ulCode,
  244.         WPObject* refObject);
  245. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpAddObjectWindowPage)(WPRootFolder *somSelf,
  246.         HWND hwndNotebook);
  247. typedef void   (SOMLINK * somTD_WPRootFolder_somDefaultInit)(WPRootFolder *somSelf,
  248.         somInitCtrl* ctrl);
  249. typedef void   (SOMLINK * somTD_WPRootFolder_somDestruct)(WPRootFolder *somSelf,
  250.         octet doFree,
  251.         somDestructCtrl* ctrl);
  252. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetIconData)(WPRootFolder *somSelf,
  253.         PICONINFO pIconInfo);
  254. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetRealName)(WPRootFolder *somSelf,
  255.         PSZ pszName);
  256. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetType)(WPRootFolder *somSelf,
  257.         PSZ pszTypes,
  258.         PFEA2LIST pfeal);
  259. typedef PSZ   (SOMLINK * somTD_WPRootFolder_wpQueryType)(WPRootFolder *somSelf);
  260. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetAttr)(WPRootFolder *somSelf,
  261.         ULONG attrFile);
  262. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryAttr)(WPRootFolder *somSelf);
  263. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpAddFile1Page)(WPRootFolder *somSelf,
  264.         HWND hwndNotebook);
  265. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpAddFileMenuPage)(WPRootFolder *somSelf,
  266.         HWND hwndNotebook);
  267. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryCreation)(WPRootFolder *somSelf,
  268.         FDATE* fdate,
  269.         FTIME* ftime);
  270. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryLastAccess)(WPRootFolder *somSelf,
  271.         FDATE* fdate,
  272.         FTIME* ftime);
  273. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryLastWrite)(WPRootFolder *somSelf,
  274.         FDATE* fdate,
  275.         FTIME* ftime);
  276. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryFileSize)(WPRootFolder *somSelf);
  277. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryEASize)(WPRootFolder *somSelf);
  278. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpSetDateInfo)(WPRootFolder *somSelf,
  279.         FILEFINDBUF4* pstFileFindBuf);
  280. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpSetFileSizeInfo)(WPRootFolder *somSelf,
  281.         ULONG cbFileSize,
  282.         ULONG cbEASize);
  283. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryRefreshFlags)(WPRootFolder *somSelf);
  284. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetRefreshFlags)(WPRootFolder *somSelf,
  285.         ULONG ulRefreshFlags);
  286. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpPrintPlainTextFile)(WPRootFolder *somSelf,
  287.         PPRINTDEST pPrintDest);
  288. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetTitleAndRenameFile)(WPRootFolder *somSelf,
  289.         PSZ pszNewTitle,
  290.         ULONG fConfirmations);
  291. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpConfirmRenameFileWithExt)(WPRootFolder *somSelf);
  292. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpVerifyUpdateAccess)(WPRootFolder *somSelf);
  293. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpAddUserItemsToPopupMenu)(WPRootFolder *somSelf,
  294.         HWND hwndMenu,
  295.         HWND hwndCnr,
  296.         ULONG iPosition);
  297. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpIsDiskSwapped)(WPRootFolder *somSelf);
  298. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpQueryRealName)(WPRootFolder *somSelf,
  299.         PSZ pszFilename,
  300.         PULONG pcb,
  301.         BOOL fQualified);
  302. typedef PSZ   (SOMLINK * somTD_WPRootFolder_wpQueryFilename)(WPRootFolder *somSelf,
  303.         PSZ pszFilename,
  304.         BOOL fQualified);
  305. typedef WPFileSystem*   (SOMLINK * somTD_WPRootFolder_wpQueryDisk)(WPRootFolder *somSelf);
  306. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryDateInfo)(WPRootFolder *somSelf,
  307.         FILEFINDBUF4* pstFileFindBuf);
  308. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpConfirmKeepAssoc)(WPRootFolder *somSelf);
  309. typedef HOBJECT   (SOMLINK * somTD_WPRootFolder_wpQueryHandle)(WPRootFolder *somSelf);
  310. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSaveImmediate)(WPRootFolder *somSelf);
  311. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetTitle)(WPRootFolder *somSelf,
  312.         PSZ pszNewTitle);
  313. typedef HWND   (SOMLINK * somTD_WPRootFolder_wpViewObject)(WPRootFolder *somSelf,
  314.         HWND hwndCnr,
  315.         ULONG ulView,
  316.         ULONG param);
  317. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSwitchTo)(WPRootFolder *somSelf,
  318.         ULONG View);
  319. typedef WPObject*   (SOMLINK * somTD_WPRootFolder_wpCopyObject)(WPRootFolder *somSelf,
  320.         WPFolder* Folder,
  321.         BOOL fLock);
  322. typedef WPObject*   (SOMLINK * somTD_WPRootFolder_wpCreateFromTemplate)(WPRootFolder *somSelf,
  323.         WPFolder* folder,
  324.         BOOL fLock);
  325. typedef HPOINTER   (SOMLINK * somTD_WPRootFolder_wpQueryIcon)(WPRootFolder *somSelf);
  326. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryIconData)(WPRootFolder *somSelf,
  327.         PICONINFO pIconInfo);
  328. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryDetailsData)(WPRootFolder *somSelf,
  329.         PVOID* ppDetailsData,
  330.         PULONG pcp);
  331. typedef MRESULT   (SOMLINK * somTD_WPRootFolder_wpDraggedOverObject)(WPRootFolder *somSelf,
  332.         WPObject* DraggedOverObject);
  333. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpDroppedOnObject)(WPRootFolder *somSelf,
  334.         WPObject* DroppedOnObject);
  335. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryNameClashOptions)(WPRootFolder *somSelf,
  336.         ULONG menuID);
  337. typedef BOOL32   (SOMLINK * somTD_WPRootFolder_wpAppendObject)(WPRootFolder *somSelf,
  338.         WPObject* targetObject,
  339.         BOOL32 fMove);
  340. typedef BOOL32   (SOMLINK * somTD_WPRootFolder_wpReplaceObject)(WPRootFolder *somSelf,
  341.         WPObject* targetObject,
  342.         BOOL32 fMove);
  343. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryStyle)(WPRootFolder *somSelf);
  344. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetStyle)(WPRootFolder *somSelf,
  345.         ULONG ulNewStyle);
  346. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpDoesObjectMatch)(WPRootFolder *somSelf,
  347.         PVOID pvoidExtendedCriteria);
  348. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpAddObjectGeneralPage)(WPRootFolder *somSelf,
  349.         HWND hwndNotebook);
  350. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpAddObjectGeneralPage2)(WPRootFolder *somSelf,
  351.         HWND hwndNotebook);
  352. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpAddToObjUseList)(WPRootFolder *somSelf,
  353.         PUSEITEM pUseItem);
  354. typedef PBYTE   (SOMLINK * somTD_WPRootFolder_wpAllocMem)(WPRootFolder *somSelf,
  355.         ULONG cbBytes,
  356.         PULONG prc);
  357. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpAssertObjectMutexSem)(WPRootFolder *somSelf);
  358. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpClose)(WPRootFolder *somSelf);
  359. typedef PMINIRECORDCORE   (SOMLINK * somTD_WPRootFolder_wpCnrInsertObject)(WPRootFolder *somSelf,
  360.         HWND hwndCnr,
  361.         PPOINTL pptlIcon,
  362.         PMINIRECORDCORE preccParent,
  363.         PRECORDINSERT pRecInsert);
  364. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpCnrRemoveObject)(WPRootFolder *somSelf,
  365.         HWND hwndCnr);
  366. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpCnrSetEmphasis)(WPRootFolder *somSelf,
  367.         ULONG ulEmphasisAttr,
  368.         BOOL fTurnOn);
  369. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpConfirmObjectTitle)(WPRootFolder *somSelf,
  370.         WPFolder* Folder,
  371.         WPObject** ppDuplicate,
  372.         PSZ pszTitle,
  373.         ULONG cbTitle,
  374.         ULONG menuID);
  375. typedef void   (SOMLINK * somTD_WPRootFolder_wpCopiedFromTemplate)(WPRootFolder *somSelf);
  376. typedef WPObject*   (SOMLINK * somTD_WPRootFolder_wpCreateAnother)(WPRootFolder *somSelf,
  377.         PSZ pszTitle,
  378.         PSZ pszSetupEnv,
  379.         WPFolder* Folder);
  380. typedef WPObject*   (SOMLINK * somTD_WPRootFolder_wpCreateShadowObject)(WPRootFolder *somSelf,
  381.         WPFolder* Folder,
  382.         BOOL fLock);
  383. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpDeleteFromObjUseList)(WPRootFolder *somSelf,
  384.         PUSEITEM pUseItem);
  385. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpDisplayHelp)(WPRootFolder *somSelf,
  386.         ULONG HelpPanelId,
  387.         PSZ HelpLibrary);
  388. typedef HWND   (SOMLINK * somTD_WPRootFolder_wpDisplayMenu)(WPRootFolder *somSelf,
  389.         HWND hwndOwner,
  390.         HWND hwndClient,
  391.         POINTL* ptlPopupPt,
  392.         ULONG ulMenuType,
  393.         ULONG ulReserved);
  394. typedef MRESULT   (SOMLINK * somTD_WPRootFolder_wpEndConversation)(WPRootFolder *somSelf,
  395.         ULONG ulItemID,
  396.         ULONG flResult);
  397. typedef PUSEITEM   (SOMLINK * somTD_WPRootFolder_wpFindUseItem)(WPRootFolder *somSelf,
  398.         ULONG type,
  399.         PUSEITEM pCurrentItem);
  400. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpFreeMem)(WPRootFolder *somSelf,
  401.         PBYTE pByte);
  402. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpHide)(WPRootFolder *somSelf);
  403. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpInsertPopupMenuItems)(WPRootFolder *somSelf,
  404.         HWND hwndMenu,
  405.         ULONG iPosition,
  406.         HMODULE hmod,
  407.         ULONG MenuID,
  408.         ULONG SubMenuID);
  409. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpInsertSettingsPage)(WPRootFolder *somSelf,
  410.         HWND hwndNotebook,
  411.         PPAGEINFO ppageinfo);
  412. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpPrintObject)(WPRootFolder *somSelf,
  413.         PPRINTDEST pPrintDest,
  414.         ULONG ulReserved);
  415. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryConcurrentView)(WPRootFolder *somSelf);
  416. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryButtonAppearance)(WPRootFolder *somSelf);
  417. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryConfirmations)(WPRootFolder *somSelf);
  418. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryError)(WPRootFolder *somSelf);
  419. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetFolder)(WPRootFolder *somSelf,
  420.         WPObject* container);
  421. typedef WPObject*   (SOMLINK * somTD_WPRootFolder_wpQueryFolder)(WPRootFolder *somSelf);
  422. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryMinWindow)(WPRootFolder *somSelf);
  423. typedef BOOL32   (SOMLINK * somTD_WPRootFolder_wpSetTaskRec)(WPRootFolder *somSelf,
  424.         PTASKREC pNew,
  425.         PTASKREC pOld);
  426. typedef PTASKREC   (SOMLINK * somTD_WPRootFolder_wpFindTaskRec)(WPRootFolder *somSelf);
  427. typedef PSZ   (SOMLINK * somTD_WPRootFolder_wpQueryTitle)(WPRootFolder *somSelf);
  428. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpRegisterView)(WPRootFolder *somSelf,
  429.         HWND hwndFrame,
  430.         PSZ pszViewTitle);
  431. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpReleaseObjectMutexSem)(WPRootFolder *somSelf);
  432. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpRequestObjectMutexSem)(WPRootFolder *somSelf,
  433.         ULONG ulTimeout);
  434. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpRestore)(WPRootFolder *somSelf);
  435. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpRestoreData)(WPRootFolder *somSelf,
  436.         PSZ pszClass,
  437.         ULONG ulKey,
  438.         PBYTE pValue,
  439.         PULONG pcbValue);
  440. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpRestoreLong)(WPRootFolder *somSelf,
  441.         PSZ pszClass,
  442.         ULONG ulKey,
  443.         PULONG pulValue);
  444. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpRestoreString)(WPRootFolder *somSelf,
  445.         PSZ pszClass,
  446.         ULONG ulKey,
  447.         PSZ pszValue,
  448.         PULONG pcbValue);
  449. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSaveData)(WPRootFolder *somSelf,
  450.         PSZ pszClass,
  451.         ULONG ulKey,
  452.         PBYTE pValue,
  453.         ULONG cbValue);
  454. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSaveDeferred)(WPRootFolder *somSelf);
  455. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSaveLong)(WPRootFolder *somSelf,
  456.         PSZ pszClass,
  457.         ULONG ulKey,
  458.         ULONG ulValue);
  459. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSaveString)(WPRootFolder *somSelf,
  460.         PSZ pszClass,
  461.         ULONG ulKey,
  462.         PSZ pszValue);
  463. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpScanSetupString)(WPRootFolder *somSelf,
  464.         PSZ pszSetupString,
  465.         PSZ pszKey,
  466.         PSZ pszValue,
  467.         PULONG pcbValue);
  468. typedef void   (SOMLINK * somTD_WPRootFolder_wpSetConcurrentView)(WPRootFolder *somSelf,
  469.         ULONG ulCCView);
  470. typedef void   (SOMLINK * somTD_WPRootFolder_wpSetButtonAppearance)(WPRootFolder *somSelf,
  471.         ULONG ulButtonType);
  472. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetDefaultHelp)(WPRootFolder *somSelf,
  473.         ULONG HelpPanelId,
  474.         PSZ HelpLibrary);
  475. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetDefaultView)(WPRootFolder *somSelf,
  476.         ULONG ulView);
  477. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetError)(WPRootFolder *somSelf,
  478.         ULONG ulErrorId);
  479. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetIconHandle)(WPRootFolder *somSelf,
  480.         HPOINTER hptrNewIcon);
  481. typedef USHORT   (SOMLINK * somTD_WPRootFolder_wpQueryScreenGroupID)(WPRootFolder *somSelf,
  482.         USHORT usPrevSgId);
  483. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetupOnce)(WPRootFolder *somSelf,
  484.         PSZ pszSetupString);
  485. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetIcon)(WPRootFolder *somSelf,
  486.         HPOINTER hptrNewIcon);
  487. typedef void   (SOMLINK * somTD_WPRootFolder_wpSetMinWindow)(WPRootFolder *somSelf,
  488.         ULONG ulMinWindow);
  489. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpModifyStyle)(WPRootFolder *somSelf,
  490.         ULONG ulStyleFlags,
  491.         ULONG ulStyleMask);
  492. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpQueryTrueStyle)(WPRootFolder *somSelf);
  493. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpUnlockObject)(WPRootFolder *somSelf);
  494. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpIsObjectInitialized)(WPRootFolder *somSelf);
  495. typedef WPObject*   (SOMLINK * somTD_WPRootFolder_wpCreateShadowObjectExt)(WPRootFolder *somSelf,
  496.         WPFolder* Folder,
  497.         BOOL fLock,
  498.         PSZ pszSetup,
  499.         M_WPObject* shadowClass);
  500. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpCnrDeleteUseItem)(WPRootFolder *somSelf,
  501.         HWND hwndCnr);
  502. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpIsDeleteable)(WPRootFolder *somSelf);
  503. typedef PMINIRECORDCORE   (SOMLINK * somTD_WPRootFolder_wpQueryCoreRecord)(WPRootFolder *somSelf);
  504. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetObjectID)(WPRootFolder *somSelf,
  505.         PSZ pszObjectID);
  506. typedef PSZ   (SOMLINK * somTD_WPRootFolder_wpQueryObjectID)(WPRootFolder *somSelf);
  507. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpSetDefaultIconPos)(WPRootFolder *somSelf,
  508.         PPOINTL pPointl);
  509. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpQueryDefaultIconPos)(WPRootFolder *somSelf,
  510.         PPOINTL pPointl);
  511. typedef void   (SOMLINK * somTD_WPRootFolder_wpCnrRefreshDetails)(WPRootFolder *somSelf);
  512. typedef PVIEWITEM   (SOMLINK * somTD_WPRootFolder_wpFindViewItem)(WPRootFolder *somSelf,
  513.         ULONG flViews,
  514.         PVIEWITEM pCurrentItem);
  515. typedef void   (SOMLINK * somTD_WPRootFolder_wpLockObject)(WPRootFolder *somSelf);
  516. typedef BOOL   (SOMLINK * somTD_WPRootFolder_wpIsLocked)(WPRootFolder *somSelf);
  517. typedef PULONG   (SOMLINK * somTD_WPRootFolder_wpQueryContainerFlagPtr)(WPRootFolder *somSelf);
  518. typedef ULONG   (SOMLINK * somTD_WPRootFolder_wpWaitForClose)(WPRootFolder *somSelf,
  519.         LHANDLE lhView,
  520.         ULONG ulViews,
  521.         long lTimeOut,
  522.         BOOL bAutoClose);
  523. typedef void   (SOMLINK * somTD_WPRootFolder_somInit)(WPRootFolder *somSelf);
  524. typedef void   (SOMLINK * somTD_WPRootFolder_somUninit)(WPRootFolder *somSelf);
  525. typedef void   (SOMLINK * somTD_WPRootFolder_somDefaultCopyInit)(WPRootFolder *somSelf,
  526.         somInitCtrl* ctrl,
  527.         SOMObject* fromObj);
  528. typedef WPRootFolder*   (SOMLINK * somTD_WPRootFolder_somDefaultAssign)(WPRootFolder *somSelf,
  529.         somAssignCtrl* ctrl,
  530.         SOMObject* fromObj);
  531. typedef void   (SOMLINK * somTD_WPRootFolder_somDefaultConstCopyInit)(WPRootFolder *somSelf,
  532.         somInitCtrl* ctrl,
  533.         SOMObject* fromObj);
  534. typedef void   (SOMLINK * somTD_WPRootFolder_somDefaultVCopyInit)(WPRootFolder *somSelf,
  535.         somInitCtrl* ctrl,
  536.         SOMObject* fromObj);
  537. typedef void   (SOMLINK * somTD_WPRootFolder_somDefaultConstVCopyInit)(WPRootFolder *somSelf,
  538.         somInitCtrl* ctrl,
  539.         SOMObject* fromObj);
  540. typedef WPRootFolder*   (SOMLINK * somTD_WPRootFolder_somDefaultConstAssign)(WPRootFolder *somSelf,
  541.         somAssignCtrl* ctrl,
  542.         SOMObject* fromObj);
  543. typedef WPRootFolder*   (SOMLINK * somTD_WPRootFolder_somDefaultVAssign)(WPRootFolder *somSelf,
  544.         somAssignCtrl* ctrl,
  545.         SOMObject* fromObj);
  546. typedef WPRootFolder*   (SOMLINK * somTD_WPRootFolder_somDefaultConstVAssign)(WPRootFolder *somSelf,
  547.         somAssignCtrl* ctrl,
  548.         SOMObject* fromObj);
  549. typedef void   (SOMLINK * somTD_WPRootFolder_somFree)(WPRootFolder *somSelf);
  550. typedef M_WPRootFolder*   (SOMLINK * somTD_WPRootFolder_somGetClass)(WPRootFolder *somSelf);
  551. typedef string   (SOMLINK * somTD_WPRootFolder_somGetClassName)(WPRootFolder *somSelf);
  552. typedef long   (SOMLINK * somTD_WPRootFolder_somGetSize)(WPRootFolder *somSelf);
  553. typedef boolean   (SOMLINK * somTD_WPRootFolder_somIsA)(WPRootFolder *somSelf,
  554.         SOMClass* aClassObj);
  555. typedef boolean   (SOMLINK * somTD_WPRootFolder_somIsInstanceOf)(WPRootFolder *somSelf,
  556.         SOMClass* aClassObj);
  557. typedef boolean   (SOMLINK * somTD_WPRootFolder_somRespondsTo)(WPRootFolder *somSelf,
  558.         somId mId);
  559. typedef boolean   (SOMLINK * somTD_WPRootFolder_somDispatch)(WPRootFolder *somSelf,
  560.         somToken* retValue,
  561.         somId methodId,
  562.         va_list ap);
  563. typedef boolean   (SOMLINK * somTD_WPRootFolder_somClassDispatch)(WPRootFolder *somSelf,
  564.         SOMClass* clsObj,
  565.         somToken* retValue,
  566.         somId methodId,
  567.         va_list ap);
  568. typedef boolean   (SOMLINK * somTD_WPRootFolder_somCastObj)(WPRootFolder *somSelf,
  569.         SOMClass* cls);
  570. typedef boolean   (SOMLINK * somTD_WPRootFolder_somResetObj)(WPRootFolder *somSelf);
  571. typedef void   (SOMLINK * somTD_WPRootFolder_somDispatchV)(WPRootFolder *somSelf,
  572.         somId methodId,
  573.         somId descriptor,
  574.         va_list ap);
  575. typedef long   (SOMLINK * somTD_WPRootFolder_somDispatchL)(WPRootFolder *somSelf,
  576.         somId methodId,
  577.         somId descriptor,
  578.         va_list ap);
  579. typedef void*   (SOMLINK * somTD_WPRootFolder_somDispatchA)(WPRootFolder *somSelf,
  580.         somId methodId,
  581.         somId descriptor,
  582.         va_list ap);
  583. typedef double   (SOMLINK * somTD_WPRootFolder_somDispatchD)(WPRootFolder *somSelf,
  584.         somId methodId,
  585.         somId descriptor,
  586.         va_list ap);
  587. typedef SOMObject*   (SOMLINK * somTD_WPRootFolder_somPrintSelf)(WPRootFolder *somSelf);
  588. typedef void   (SOMLINK * somTD_WPRootFolder_somDumpSelf)(WPRootFolder *somSelf,
  589.         long level);
  590. typedef void   (SOMLINK * somTD_WPRootFolder_somDumpSelfInt)(WPRootFolder *somSelf,
  591.         long level);
  592. }
  593.  
  594. #endif /* WPRootFolder_API */
  595.  
  596.  
  597. /*
  598.  * -- This emitter treats Method Tokens as Thunks by default.
  599.  * -- Use the sc modifier "nothunks" to change this default
  600.  */
  601. #undef somresolve_
  602. #define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
  603.  
  604. /*
  605.  * -- The C++ Wrapper Class for WPRootFolder
  606.  */
  607. class WPRootFolder : public WPFolder
  608. {
  609. public:
  610.  
  611. // WPRootFolder::new creates the class object if necessary, and then uses somNewNoInit
  612. // to allocate memory and create the object. Initialization is in ctors.
  613. void *operator new(size_t size)
  614. {
  615.    SOM_IgnoreWarning(size);
  616.    if (!_WPRootFolder) WPRootFolderNewClass(WPRootFolder_MajorVersion,WPRootFolder_MinorVersion);
  617.    return (void*)
  618.       SOM_Resolve(_WPRootFolder,SOMClass,somNewNoInit)
  619.          ((SOMClass *)((void*)_WPRootFolder));
  620. }
  621.  
  622. // WPRootFolder::delete uses the default deallocator for the object's class.
  623. void operator delete(void * obj)
  624. {
  625.    somToken objCls = obj ? *(void**)obj : (somToken) NULL;
  626.    if (somIsObj(objCls)) {
  627.       SOM_Resolve(objCls,SOMClass,somDeallocate)
  628.          ((SOMClass*)objCls, (string)obj);
  629.    }
  630. }
  631.  
  632. WPRootFolder()
  633. {
  634.    if (*(void**)this != 
  635.        ((somParentMtabStructPtr)
  636.         (WPRootFolderCClassData.parentMtab))->mtab)
  637.       return;
  638.    somDefaultInit(0);
  639. }
  640.  
  641. WPRootFolder(WPRootFolder* fromObj)
  642. {
  643.    if (*(void**)this != 
  644.        ((somParentMtabStructPtr)
  645.         (WPRootFolderCClassData.parentMtab))->mtab)
  646.       return;
  647.    somDefaultCopyInit(0,((SOMObject*)((void*)fromObj)));
  648. }
  649.  
  650. WPRootFolder(const WPRootFolder* fromObj)
  651. {
  652.    if (*(void**)this != 
  653.        ((somParentMtabStructPtr)
  654.         (WPRootFolderCClassData.parentMtab))->mtab)
  655.       return;
  656.    somDefaultConstCopyInit(0,((SOMObject*)((void*)fromObj)));
  657. }
  658.  
  659. ~WPRootFolder()
  660. {
  661.    if (!somIsObj(this)) return;
  662.    somDestruct(0,0);
  663.    *(void**)this = **(void***)this;
  664. }
  665.  
  666.  
  667. /*
  668.  * Reintroduce inherited methods
  669.  */
  670.  
  671. /* method: wpSetFldrFlags */
  672. BOOL   wpSetFldrFlags(ULONG ulFlags)
  673. {
  674.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpSetFldrFlags)
  675.     (this,ulFlags);
  676. }
  677.  
  678.  
  679. /* method: wpQueryFldrFlags */
  680. ULONG   wpQueryFldrFlags()
  681. {
  682.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpQueryFldrFlags)
  683.     (this);
  684. }
  685.  
  686.  
  687. /* method: wpSetFldrFont */
  688. BOOL   wpSetFldrFont(PSZ pszFont,
  689.         ULONG ulView)
  690. {
  691.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpSetFldrFont)
  692.     (this,pszFont,ulView);
  693. }
  694.  
  695.  
  696. /* method: wpQueryFldrFont */
  697. PSZ   wpQueryFldrFont(ULONG ulView)
  698. {
  699.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpQueryFldrFont)
  700.     (this,ulView);
  701. }
  702.  
  703.  
  704. /* method: wpSetFldrAttr */
  705. BOOL   wpSetFldrAttr(ULONG Attr,
  706.         ULONG ulView)
  707. {
  708.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpSetFldrAttr)
  709.     (this,Attr,ulView);
  710. }
  711.  
  712.  
  713. /* method: wpQueryFldrAttr */
  714. ULONG   wpQueryFldrAttr(ULONG ulView)
  715. {
  716.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpQueryFldrAttr)
  717.     (this,ulView);
  718. }
  719.  
  720.  
  721. /* method: wpSetNextIconPos */
  722. BOOL   wpSetNextIconPos(PPOINTL pptl)
  723. {
  724.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpSetNextIconPos)
  725.     (this,pptl);
  726. }
  727.  
  728.  
  729. /* method: wpQueryNextIconPos */
  730. PPOINTL   wpQueryNextIconPos()
  731. {
  732.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpQueryNextIconPos)
  733.     (this);
  734. }
  735.  
  736.  
  737. /* method: wpPopulate */
  738. BOOL   wpPopulate(ULONG ulReserved,
  739.         PSZ pszPath,
  740.         BOOL fFoldersOnly)
  741. {
  742.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpPopulate)
  743.     (this,ulReserved,pszPath,fFoldersOnly);
  744. }
  745.  
  746.  
  747. /* method: wpQueryContent */
  748. WPObject*   wpQueryContent(WPObject* Object,
  749.         ULONG ulOption)
  750. {
  751.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpQueryContent)
  752.     (this,Object,ulOption);
  753. }
  754.  
  755.  
  756. /* method: wpAddFolderView1Page */
  757. ULONG   wpAddFolderView1Page(HWND hwndNotebook)
  758. {
  759.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpAddFolderView1Page)
  760.     (this,hwndNotebook);
  761. }
  762.  
  763.  
  764. /* method: wpAddFolderView2Page */
  765. ULONG   wpAddFolderView2Page(HWND hwndNotebook)
  766. {
  767.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpAddFolderView2Page)
  768.     (this,hwndNotebook);
  769. }
  770.  
  771.  
  772. /* method: wpAddFolderView3Page */
  773. ULONG   wpAddFolderView3Page(HWND hwndNotebook)
  774. {
  775.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpAddFolderView3Page)
  776.     (this,hwndNotebook);
  777. }
  778.  
  779.  
  780. /* method: wpAddFolderIncludePage */
  781. ULONG   wpAddFolderIncludePage(HWND hwndNotebook)
  782. {
  783.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpAddFolderIncludePage)
  784.     (this,hwndNotebook);
  785. }
  786.  
  787.  
  788. /* method: wpAddFolderSortPage */
  789. ULONG   wpAddFolderSortPage(HWND hwndNotebook)
  790. {
  791.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpAddFolderSortPage)
  792.     (this,hwndNotebook);
  793. }
  794.  
  795.  
  796. /* method: wpAddFolderBackgroundPage */
  797. ULONG   wpAddFolderBackgroundPage(HWND hwndNotebook)
  798. {
  799.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpAddFolderBackgroundPage)
  800.     (this,hwndNotebook);
  801. }
  802.  
  803.  
  804. /* method: wpAddFolderSelfClosePage */
  805. ULONG   wpAddFolderSelfClosePage(HWND hwndNotebook)
  806. {
  807.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpAddFolderSelfClosePage)
  808.     (this,hwndNotebook);
  809. }
  810.  
  811.  
  812. /* method: wpInitIconPosData */
  813. BOOL   wpInitIconPosData()
  814. {
  815.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpInitIconPosData)
  816.     (this);
  817. }
  818.  
  819.  
  820. /* method: wpFreeIconPosData */
  821. void   wpFreeIconPosData()
  822. {
  823.    SOM_ResolveD(this,WPRootFolder,WPFolder,wpFreeIconPosData)
  824.     (this);
  825. }
  826.  
  827.  
  828. /* method: wpStoreIconPosData */
  829. BOOL   wpStoreIconPosData(PICONPOS pIconPos,
  830.         ULONG cbSize)
  831. {
  832.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpStoreIconPosData)
  833.     (this,pIconPos,cbSize);
  834. }
  835.  
  836.  
  837. /* method: wpQueryIconPosition */
  838. BOOL   wpQueryIconPosition(PSZ pszIdentity,
  839.         PPOINTL pptl,
  840.         PULONG pIndex)
  841. {
  842.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpQueryIconPosition)
  843.     (this,pszIdentity,pptl,pIndex);
  844. }
  845.  
  846.  
  847. /* method: wpSetFldrSort */
  848. BOOL   wpSetFldrSort(PVOID pSortRecord,
  849.         ULONG ulView,
  850.         ULONG ulType)
  851. {
  852.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpSetFldrSort)
  853.     (this,pSortRecord,ulView,ulType);
  854. }
  855.  
  856.  
  857. /* method: wpQueryFldrSort */
  858. PVOID   wpQueryFldrSort(ULONG ulView,
  859.         ULONG ulType)
  860. {
  861.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpQueryFldrSort)
  862.     (this,ulView,ulType);
  863. }
  864.  
  865.  
  866. /* method: wpRestoreFldrRunObjs */
  867. BOOL   wpRestoreFldrRunObjs()
  868. {
  869.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpRestoreFldrRunObjs)
  870.     (this);
  871. }
  872.  
  873.  
  874. /* method: wpStoreFldrRunObjs */
  875. BOOL   wpStoreFldrRunObjs(ULONG ulType)
  876. {
  877.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpStoreFldrRunObjs)
  878.     (this,ulType);
  879. }
  880.  
  881.  
  882. /* method: wpHideFldrRunObjs */
  883. BOOL   wpHideFldrRunObjs(BOOL fHide)
  884. {
  885.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpHideFldrRunObjs)
  886.     (this,fHide);
  887. }
  888.  
  889.  
  890. /* method: wpDeleteContents */
  891. ULONG   wpDeleteContents(ULONG fConfirmations)
  892. {
  893.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpDeleteContents)
  894.     (this,fConfirmations);
  895. }
  896.  
  897.  
  898. /* method: wpSetFldrDetailsClass */
  899. BOOL   wpSetFldrDetailsClass(M_WPObject* Class)
  900. {
  901.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpSetFldrDetailsClass)
  902.     (this,Class);
  903. }
  904.  
  905.  
  906. /* method: wpQueryFldrDetailsClass */
  907. M_WPObject*   wpQueryFldrDetailsClass()
  908. {
  909.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpQueryFldrDetailsClass)
  910.     (this);
  911. }
  912.  
  913.  
  914. /* method: wpSearchFolder */
  915. BOOL   wpSearchFolder(PSZ pszName,
  916.         ULONG ulSearchType,
  917.         ULONG ulLen,
  918.         PSEARCH_INFO pInfo,
  919.         WPFolder* ResultFolder)
  920. {
  921.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpSearchFolder)
  922.     (this,pszName,ulSearchType,ulLen,pInfo,ResultFolder);
  923. }
  924.  
  925.  
  926. /* method: wpContainsFolders */
  927. BOOL   wpContainsFolders(BOOL* pfSubFolders)
  928. {
  929.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpContainsFolders)
  930.     (this,pfSubFolders);
  931. }
  932.  
  933.  
  934. /* method: wpQueryOpenFolders */
  935. WPObject*   wpQueryOpenFolders(ULONG ulOption)
  936. {
  937.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpQueryOpenFolders)
  938.     (this,ulOption);
  939. }
  940.  
  941.  
  942. /* method: wpModifyFldrFlags */
  943. BOOL   wpModifyFldrFlags(ULONG ulFlags,
  944.         ULONG ulFlagMask)
  945. {
  946.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpModifyFldrFlags)
  947.     (this,ulFlags,ulFlagMask);
  948. }
  949.  
  950.  
  951. /* method: wpAddToContent */
  952. BOOL   wpAddToContent(WPObject* Object)
  953. {
  954.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpAddToContent)
  955.     (this,Object);
  956. }
  957.  
  958.  
  959. /* method: wpDeleteFromContent */
  960. BOOL   wpDeleteFromContent(WPObject* Object)
  961. {
  962.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpDeleteFromContent)
  963.     (this,Object);
  964. }
  965.  
  966.  
  967. /* method: wpSetDetailsColumnVisibility */
  968. BOOL   wpSetDetailsColumnVisibility(ULONG index,
  969.         BOOL Visible)
  970. {
  971.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpSetDetailsColumnVisibility)
  972.     (this,index,Visible);
  973. }
  974.  
  975.  
  976. /* method: wpIsDetailsColumnVisible */
  977. BOOL   wpIsDetailsColumnVisible(ULONG index)
  978. {
  979.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpIsDetailsColumnVisible)
  980.     (this,index);
  981. }
  982.  
  983.  
  984. /* method: wpSetFldrSortClass */
  985. BOOL   wpSetFldrSortClass(M_WPObject* Class)
  986. {
  987.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpSetFldrSortClass)
  988.     (this,Class);
  989. }
  990.  
  991.  
  992. /* method: wpQueryFldrSortClass */
  993. M_WPObject*   wpQueryFldrSortClass()
  994. {
  995.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpQueryFldrSortClass)
  996.     (this);
  997. }
  998.  
  999.  
  1000. /* method: wpSetSortAttribAvailable */
  1001. BOOL   wpSetSortAttribAvailable(ULONG index,
  1002.         BOOL Available)
  1003. {
  1004.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpSetSortAttribAvailable)
  1005.     (this,index,Available);
  1006. }
  1007.  
  1008.  
  1009. /* method: wpIsSortAttribAvailable */
  1010. BOOL   wpIsSortAttribAvailable(ULONG index)
  1011. {
  1012.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpIsSortAttribAvailable)
  1013.     (this,index);
  1014. }
  1015.  
  1016.  
  1017. /* method: wpQueryIconViewPos */
  1018. char*   wpQueryIconViewPos()
  1019. {
  1020.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpQueryIconViewPos)
  1021.     (this);
  1022. }
  1023.  
  1024.  
  1025. /* method: wpAddFirstChild */
  1026. WPObject*   wpAddFirstChild()
  1027. {
  1028.    return SOM_ResolveD(this,WPRootFolder,WPFolder,wpAddFirstChild)
  1029.     (this);
  1030. }
  1031.  
  1032.  
  1033. /* method: wpInitData */
  1034. void   wpInitData()
  1035. {
  1036.    SOM_ResolveD(this,WPRootFolder,WPObject,wpInitData)
  1037.     (this);
  1038. }
  1039.  
  1040.  
  1041. /* method: wpUnInitData */
  1042. void   wpUnInitData()
  1043. {
  1044.    SOM_ResolveD(this,WPRootFolder,WPObject,wpUnInitData)
  1045.     (this);
  1046. }
  1047.  
  1048.  
  1049. /* method: wpFree */
  1050. BOOL   wpFree()
  1051. {
  1052.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpFree)
  1053.     (this);
  1054. }
  1055.  
  1056.  
  1057. /* method: wpDelete */
  1058. ULONG   wpDelete(ULONG fConfirmations)
  1059. {
  1060.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpDelete)
  1061.     (this,fConfirmations);
  1062. }
  1063.  
  1064.  
  1065. /* method: wpConfirmDelete */
  1066. ULONG   wpConfirmDelete(ULONG fConfirmations)
  1067. {
  1068.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpConfirmDelete)
  1069.     (this,fConfirmations);
  1070. }
  1071.  
  1072.  
  1073. /* method: wpSaveState */
  1074. BOOL   wpSaveState()
  1075. {
  1076.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSaveState)
  1077.     (this);
  1078. }
  1079.  
  1080.  
  1081. /* method: wpRestoreState */
  1082. BOOL   wpRestoreState(ULONG ulReserved)
  1083. {
  1084.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpRestoreState)
  1085.     (this,ulReserved);
  1086. }
  1087.  
  1088.  
  1089. /* method: wpMenuItemSelected */
  1090. BOOL   wpMenuItemSelected(HWND hwndFrame,
  1091.         ULONG ulMenuId)
  1092. {
  1093.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpMenuItemSelected)
  1094.     (this,hwndFrame,ulMenuId);
  1095. }
  1096.  
  1097.  
  1098. /* method: wpModifyPopupMenu */
  1099. BOOL   wpModifyPopupMenu(HWND hwndMenu,
  1100.         HWND hwndCnr,
  1101.         ULONG iPosition)
  1102. {
  1103.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpModifyPopupMenu)
  1104.     (this,hwndMenu,hwndCnr,iPosition);
  1105. }
  1106.  
  1107.  
  1108. /* method: wpAddSettingsPages */
  1109. BOOL   wpAddSettingsPages(HWND hwndNotebook)
  1110. {
  1111.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpAddSettingsPages)
  1112.     (this,hwndNotebook);
  1113. }
  1114.  
  1115.  
  1116. /* method: wpOpen */
  1117. HWND   wpOpen(HWND hwndCnr,
  1118.         ULONG ulView,
  1119.         ULONG param)
  1120. {
  1121.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpOpen)
  1122.     (this,hwndCnr,ulView,param);
  1123. }
  1124.  
  1125.  
  1126. /* method: wpSetup */
  1127. BOOL   wpSetup(PSZ pszSetupString)
  1128. {
  1129.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSetup)
  1130.     (this,pszSetupString);
  1131. }
  1132.  
  1133.  
  1134. /* method: wpMoveObject */
  1135. BOOL   wpMoveObject(WPFolder* Folder)
  1136. {
  1137.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpMoveObject)
  1138.     (this,Folder);
  1139. }
  1140.  
  1141.  
  1142. /* method: wpDrop */
  1143. MRESULT   wpDrop(HWND hwndCnr,
  1144.         PDRAGINFO pdrgInfo,
  1145.         PDRAGITEM pdrgItem)
  1146. {
  1147.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpDrop)
  1148.     (this,hwndCnr,pdrgInfo,pdrgItem);
  1149. }
  1150.  
  1151.  
  1152. /* method: wpDragOver */
  1153. MRESULT   wpDragOver(HWND hwndCnr,
  1154.         PDRAGINFO pdrgInfo)
  1155. {
  1156.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpDragOver)
  1157.     (this,hwndCnr,pdrgInfo);
  1158. }
  1159.  
  1160.  
  1161. /* method: wpMenuItemHelpSelected */
  1162. BOOL   wpMenuItemHelpSelected(ULONG MenuId)
  1163. {
  1164.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpMenuItemHelpSelected)
  1165.     (this,MenuId);
  1166. }
  1167.  
  1168.  
  1169. /* method: wpAddFile3Page */
  1170. ULONG   wpAddFile3Page(HWND hwndNotebook)
  1171. {
  1172.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpAddFile3Page)
  1173.     (this,hwndNotebook);
  1174. }
  1175.  
  1176.  
  1177. /* method: wpAddFile2Page */
  1178. ULONG   wpAddFile2Page(HWND hwndNotebook)
  1179. {
  1180.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpAddFile2Page)
  1181.     (this,hwndNotebook);
  1182. }
  1183.  
  1184.  
  1185. /* method: wpFormatDragItem */
  1186. BOOL   wpFormatDragItem(PDRAGITEM pdrgItem)
  1187. {
  1188.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpFormatDragItem)
  1189.     (this,pdrgItem);
  1190. }
  1191.  
  1192.  
  1193. /* method: wpRender */
  1194. MRESULT   wpRender(PDRAGTRANSFER pdxfer)
  1195. {
  1196.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpRender)
  1197.     (this,pdxfer);
  1198. }
  1199.  
  1200.  
  1201. /* method: wpRefresh */
  1202. BOOL   wpRefresh(ULONG ulView,
  1203.         PVOID pReserved)
  1204. {
  1205.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpRefresh)
  1206.     (this,ulView,pReserved);
  1207. }
  1208.  
  1209.  
  1210. /* method: wpFilterPopupMenu */
  1211. ULONG   wpFilterPopupMenu(ULONG ulFlags,
  1212.         HWND hwndCnr,
  1213.         BOOL fMultiSelect)
  1214. {
  1215.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpFilterPopupMenu)
  1216.     (this,ulFlags,hwndCnr,fMultiSelect);
  1217. }
  1218.  
  1219.  
  1220. /* method: wpQueryDefaultView */
  1221. ULONG   wpQueryDefaultView()
  1222. {
  1223.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryDefaultView)
  1224.     (this);
  1225. }
  1226.  
  1227.  
  1228. /* method: wpRenderComplete */
  1229. MRESULT   wpRenderComplete(PDRAGTRANSFER pdxfer,
  1230.         ULONG ulResult)
  1231. {
  1232.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpRenderComplete)
  1233.     (this,pdxfer,ulResult);
  1234. }
  1235.  
  1236.  
  1237. /* method: wpQueryDefaultHelp */
  1238. BOOL   wpQueryDefaultHelp(PULONG pHelpPanelId,
  1239.         PSZ HelpLibrary)
  1240. {
  1241.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryDefaultHelp)
  1242.     (this,pHelpPanelId,HelpLibrary);
  1243. }
  1244.  
  1245.  
  1246. /* method: wpObjectReady */
  1247. void   wpObjectReady(ULONG ulCode,
  1248.         WPObject* refObject)
  1249. {
  1250.    SOM_ResolveD(this,WPRootFolder,WPObject,wpObjectReady)
  1251.     (this,ulCode,refObject);
  1252. }
  1253.  
  1254.  
  1255. /* method: wpAddObjectWindowPage */
  1256. ULONG   wpAddObjectWindowPage(HWND hwndNotebook)
  1257. {
  1258.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpAddObjectWindowPage)
  1259.     (this,hwndNotebook);
  1260. }
  1261.  
  1262.  
  1263. /* method: somDefaultInit */
  1264. void   somDefaultInit(somInitCtrl* ctrl)
  1265. {
  1266.    SOM_ResolveD(this,WPRootFolder,SOMObject,somDefaultInit)
  1267.     (this,ctrl);
  1268. }
  1269.  
  1270.  
  1271. /* method: somDestruct */
  1272. void   somDestruct(octet doFree,
  1273.         somDestructCtrl* ctrl)
  1274. {
  1275.    SOM_ResolveD(this,WPRootFolder,SOMObject,somDestruct)
  1276.     (this,doFree,ctrl);
  1277. }
  1278.  
  1279.  
  1280. /* method: wpSetIconData */
  1281. BOOL   wpSetIconData(PICONINFO pIconInfo)
  1282. {
  1283.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSetIconData)
  1284.     (this,pIconInfo);
  1285. }
  1286.  
  1287.  
  1288. /* method: wpSetRealName */
  1289. BOOL   wpSetRealName(PSZ pszName)
  1290. {
  1291.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpSetRealName)
  1292.     (this,pszName);
  1293. }
  1294.  
  1295.  
  1296. /* method: wpSetType */
  1297. BOOL   wpSetType(PSZ pszTypes,
  1298.         PFEA2LIST pfeal)
  1299. {
  1300.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpSetType)
  1301.     (this,pszTypes,pfeal);
  1302. }
  1303.  
  1304.  
  1305. /* method: wpQueryType */
  1306. PSZ   wpQueryType()
  1307. {
  1308.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpQueryType)
  1309.     (this);
  1310. }
  1311.  
  1312.  
  1313. /* method: wpSetAttr */
  1314. BOOL   wpSetAttr(ULONG attrFile)
  1315. {
  1316.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpSetAttr)
  1317.     (this,attrFile);
  1318. }
  1319.  
  1320.  
  1321. /* method: wpQueryAttr */
  1322. ULONG   wpQueryAttr()
  1323. {
  1324.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpQueryAttr)
  1325.     (this);
  1326. }
  1327.  
  1328.  
  1329. /* method: wpAddFile1Page */
  1330. ULONG   wpAddFile1Page(HWND hwndNotebook)
  1331. {
  1332.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpAddFile1Page)
  1333.     (this,hwndNotebook);
  1334. }
  1335.  
  1336.  
  1337. /* method: wpAddFileMenuPage */
  1338. ULONG   wpAddFileMenuPage(HWND hwndNotebook)
  1339. {
  1340.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpAddFileMenuPage)
  1341.     (this,hwndNotebook);
  1342. }
  1343.  
  1344.  
  1345. /* method: wpQueryCreation */
  1346. ULONG   wpQueryCreation(FDATE* fdate,
  1347.         FTIME* ftime)
  1348. {
  1349.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpQueryCreation)
  1350.     (this,fdate,ftime);
  1351. }
  1352.  
  1353.  
  1354. /* method: wpQueryLastAccess */
  1355. ULONG   wpQueryLastAccess(FDATE* fdate,
  1356.         FTIME* ftime)
  1357. {
  1358.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpQueryLastAccess)
  1359.     (this,fdate,ftime);
  1360. }
  1361.  
  1362.  
  1363. /* method: wpQueryLastWrite */
  1364. ULONG   wpQueryLastWrite(FDATE* fdate,
  1365.         FTIME* ftime)
  1366. {
  1367.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpQueryLastWrite)
  1368.     (this,fdate,ftime);
  1369. }
  1370.  
  1371.  
  1372. /* method: wpQueryFileSize */
  1373. ULONG   wpQueryFileSize()
  1374. {
  1375.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpQueryFileSize)
  1376.     (this);
  1377. }
  1378.  
  1379.  
  1380. /* method: wpQueryEASize */
  1381. ULONG   wpQueryEASize()
  1382. {
  1383.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpQueryEASize)
  1384.     (this);
  1385. }
  1386.  
  1387.  
  1388. /* method: wpSetDateInfo */
  1389. ULONG   wpSetDateInfo(FILEFINDBUF4* pstFileFindBuf)
  1390. {
  1391.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpSetDateInfo)
  1392.     (this,pstFileFindBuf);
  1393. }
  1394.  
  1395.  
  1396. /* method: wpSetFileSizeInfo */
  1397. ULONG   wpSetFileSizeInfo(ULONG cbFileSize,
  1398.         ULONG cbEASize)
  1399. {
  1400.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpSetFileSizeInfo)
  1401.     (this,cbFileSize,cbEASize);
  1402. }
  1403.  
  1404.  
  1405. /* method: wpQueryRefreshFlags */
  1406. ULONG   wpQueryRefreshFlags()
  1407. {
  1408.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpQueryRefreshFlags)
  1409.     (this);
  1410. }
  1411.  
  1412.  
  1413. /* method: wpSetRefreshFlags */
  1414. BOOL   wpSetRefreshFlags(ULONG ulRefreshFlags)
  1415. {
  1416.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpSetRefreshFlags)
  1417.     (this,ulRefreshFlags);
  1418. }
  1419.  
  1420.  
  1421. /* method: wpPrintPlainTextFile */
  1422. BOOL   wpPrintPlainTextFile(PPRINTDEST pPrintDest)
  1423. {
  1424.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpPrintPlainTextFile)
  1425.     (this,pPrintDest);
  1426. }
  1427.  
  1428.  
  1429. /* method: wpSetTitleAndRenameFile */
  1430. BOOL   wpSetTitleAndRenameFile(PSZ pszNewTitle,
  1431.         ULONG fConfirmations)
  1432. {
  1433.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpSetTitleAndRenameFile)
  1434.     (this,pszNewTitle,fConfirmations);
  1435. }
  1436.  
  1437.  
  1438. /* method: wpConfirmRenameFileWithExt */
  1439. ULONG   wpConfirmRenameFileWithExt()
  1440. {
  1441.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpConfirmRenameFileWithExt)
  1442.     (this);
  1443. }
  1444.  
  1445.  
  1446. /* method: wpVerifyUpdateAccess */
  1447. ULONG   wpVerifyUpdateAccess()
  1448. {
  1449.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpVerifyUpdateAccess)
  1450.     (this);
  1451. }
  1452.  
  1453.  
  1454. /* method: wpAddUserItemsToPopupMenu */
  1455. BOOL   wpAddUserItemsToPopupMenu(HWND hwndMenu,
  1456.         HWND hwndCnr,
  1457.         ULONG iPosition)
  1458. {
  1459.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpAddUserItemsToPopupMenu)
  1460.     (this,hwndMenu,hwndCnr,iPosition);
  1461. }
  1462.  
  1463.  
  1464. /* method: wpIsDiskSwapped */
  1465. BOOL   wpIsDiskSwapped()
  1466. {
  1467.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpIsDiskSwapped)
  1468.     (this);
  1469. }
  1470.  
  1471.  
  1472. /* method: wpQueryRealName */
  1473. BOOL   wpQueryRealName(PSZ pszFilename,
  1474.         PULONG pcb,
  1475.         BOOL fQualified)
  1476. {
  1477.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpQueryRealName)
  1478.     (this,pszFilename,pcb,fQualified);
  1479. }
  1480.  
  1481.  
  1482. /* method: wpQueryFilename */
  1483. PSZ   wpQueryFilename(PSZ pszFilename,
  1484.         BOOL fQualified)
  1485. {
  1486.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpQueryFilename)
  1487.     (this,pszFilename,fQualified);
  1488. }
  1489.  
  1490.  
  1491. /* method: wpQueryDisk */
  1492. WPFileSystem*   wpQueryDisk()
  1493. {
  1494.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpQueryDisk)
  1495.     (this);
  1496. }
  1497.  
  1498.  
  1499. /* method: wpQueryDateInfo */
  1500. ULONG   wpQueryDateInfo(FILEFINDBUF4* pstFileFindBuf)
  1501. {
  1502.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpQueryDateInfo)
  1503.     (this,pstFileFindBuf);
  1504. }
  1505.  
  1506.  
  1507. /* method: wpConfirmKeepAssoc */
  1508. ULONG   wpConfirmKeepAssoc()
  1509. {
  1510.    return SOM_ResolveD(this,WPRootFolder,WPFileSystem,wpConfirmKeepAssoc)
  1511.     (this);
  1512. }
  1513.  
  1514.  
  1515. /* method: wpQueryHandle */
  1516. HOBJECT   wpQueryHandle()
  1517. {
  1518.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryHandle)
  1519.     (this);
  1520. }
  1521.  
  1522.  
  1523. /* method: wpSaveImmediate */
  1524. BOOL   wpSaveImmediate()
  1525. {
  1526.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSaveImmediate)
  1527.     (this);
  1528. }
  1529.  
  1530.  
  1531. /* method: wpSetTitle */
  1532. BOOL   wpSetTitle(PSZ pszNewTitle)
  1533. {
  1534.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSetTitle)
  1535.     (this,pszNewTitle);
  1536. }
  1537.  
  1538.  
  1539. /* method: wpViewObject */
  1540. HWND   wpViewObject(HWND hwndCnr,
  1541.         ULONG ulView,
  1542.         ULONG param)
  1543. {
  1544.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpViewObject)
  1545.     (this,hwndCnr,ulView,param);
  1546. }
  1547.  
  1548.  
  1549. /* method: wpSwitchTo */
  1550. BOOL   wpSwitchTo(ULONG View)
  1551. {
  1552.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSwitchTo)
  1553.     (this,View);
  1554. }
  1555.  
  1556.  
  1557. /* method: wpCopyObject */
  1558. WPObject*   wpCopyObject(WPFolder* Folder,
  1559.         BOOL fLock)
  1560. {
  1561.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpCopyObject)
  1562.     (this,Folder,fLock);
  1563. }
  1564.  
  1565.  
  1566. /* method: wpCreateFromTemplate */
  1567. WPObject*   wpCreateFromTemplate(WPFolder* folder,
  1568.         BOOL fLock)
  1569. {
  1570.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpCreateFromTemplate)
  1571.     (this,folder,fLock);
  1572. }
  1573.  
  1574.  
  1575. /* method: wpQueryIcon */
  1576. HPOINTER   wpQueryIcon()
  1577. {
  1578.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryIcon)
  1579.     (this);
  1580. }
  1581.  
  1582.  
  1583. /* method: wpQueryIconData */
  1584. ULONG   wpQueryIconData(PICONINFO pIconInfo)
  1585. {
  1586.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryIconData)
  1587.     (this,pIconInfo);
  1588. }
  1589.  
  1590.  
  1591. /* method: wpQueryDetailsData */
  1592. ULONG   wpQueryDetailsData(PVOID* ppDetailsData,
  1593.         PULONG pcp)
  1594. {
  1595.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryDetailsData)
  1596.     (this,ppDetailsData,pcp);
  1597. }
  1598.  
  1599.  
  1600. /* method: wpDraggedOverObject */
  1601. MRESULT   wpDraggedOverObject(WPObject* DraggedOverObject)
  1602. {
  1603.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpDraggedOverObject)
  1604.     (this,DraggedOverObject);
  1605. }
  1606.  
  1607.  
  1608. /* method: wpDroppedOnObject */
  1609. BOOL   wpDroppedOnObject(WPObject* DroppedOnObject)
  1610. {
  1611.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpDroppedOnObject)
  1612.     (this,DroppedOnObject);
  1613. }
  1614.  
  1615.  
  1616. /* method: wpQueryNameClashOptions */
  1617. ULONG   wpQueryNameClashOptions(ULONG menuID)
  1618. {
  1619.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryNameClashOptions)
  1620.     (this,menuID);
  1621. }
  1622.  
  1623.  
  1624. /* method: wpAppendObject */
  1625. BOOL32   wpAppendObject(WPObject* targetObject,
  1626.         BOOL32 fMove)
  1627. {
  1628.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpAppendObject)
  1629.     (this,targetObject,fMove);
  1630. }
  1631.  
  1632.  
  1633. /* method: wpReplaceObject */
  1634. BOOL32   wpReplaceObject(WPObject* targetObject,
  1635.         BOOL32 fMove)
  1636. {
  1637.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpReplaceObject)
  1638.     (this,targetObject,fMove);
  1639. }
  1640.  
  1641.  
  1642. /* method: wpQueryStyle */
  1643. ULONG   wpQueryStyle()
  1644. {
  1645.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryStyle)
  1646.     (this);
  1647. }
  1648.  
  1649.  
  1650. /* method: wpSetStyle */
  1651. BOOL   wpSetStyle(ULONG ulNewStyle)
  1652. {
  1653.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSetStyle)
  1654.     (this,ulNewStyle);
  1655. }
  1656.  
  1657.  
  1658. /* method: wpDoesObjectMatch */
  1659. BOOL   wpDoesObjectMatch(PVOID pvoidExtendedCriteria)
  1660. {
  1661.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpDoesObjectMatch)
  1662.     (this,pvoidExtendedCriteria);
  1663. }
  1664.  
  1665.  
  1666. /* method: wpAddObjectGeneralPage */
  1667. ULONG   wpAddObjectGeneralPage(HWND hwndNotebook)
  1668. {
  1669.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpAddObjectGeneralPage)
  1670.     (this,hwndNotebook);
  1671. }
  1672.  
  1673.  
  1674. /* method: wpAddObjectGeneralPage2 */
  1675. ULONG   wpAddObjectGeneralPage2(HWND hwndNotebook)
  1676. {
  1677.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpAddObjectGeneralPage2)
  1678.     (this,hwndNotebook);
  1679. }
  1680.  
  1681.  
  1682. /* method: wpAddToObjUseList */
  1683. BOOL   wpAddToObjUseList(PUSEITEM pUseItem)
  1684. {
  1685.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpAddToObjUseList)
  1686.     (this,pUseItem);
  1687. }
  1688.  
  1689.  
  1690. /* method: wpAllocMem */
  1691. PBYTE   wpAllocMem(ULONG cbBytes,
  1692.         PULONG prc)
  1693. {
  1694.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpAllocMem)
  1695.     (this,cbBytes,prc);
  1696. }
  1697.  
  1698.  
  1699. /* method: wpAssertObjectMutexSem */
  1700. BOOL   wpAssertObjectMutexSem()
  1701. {
  1702.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpAssertObjectMutexSem)
  1703.     (this);
  1704. }
  1705.  
  1706.  
  1707. /* method: wpClose */
  1708. BOOL   wpClose()
  1709. {
  1710.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpClose)
  1711.     (this);
  1712. }
  1713.  
  1714.  
  1715. /* method: wpCnrInsertObject */
  1716. PMINIRECORDCORE   wpCnrInsertObject(HWND hwndCnr,
  1717.         PPOINTL pptlIcon,
  1718.         PMINIRECORDCORE preccParent,
  1719.         PRECORDINSERT pRecInsert)
  1720. {
  1721.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpCnrInsertObject)
  1722.     (this,hwndCnr,pptlIcon,preccParent,pRecInsert);
  1723. }
  1724.  
  1725.  
  1726. /* method: wpCnrRemoveObject */
  1727. BOOL   wpCnrRemoveObject(HWND hwndCnr)
  1728. {
  1729.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpCnrRemoveObject)
  1730.     (this,hwndCnr);
  1731. }
  1732.  
  1733.  
  1734. /* method: wpCnrSetEmphasis */
  1735. BOOL   wpCnrSetEmphasis(ULONG ulEmphasisAttr,
  1736.         BOOL fTurnOn)
  1737. {
  1738.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpCnrSetEmphasis)
  1739.     (this,ulEmphasisAttr,fTurnOn);
  1740. }
  1741.  
  1742.  
  1743. /* method: wpConfirmObjectTitle */
  1744. ULONG   wpConfirmObjectTitle(WPFolder* Folder,
  1745.         WPObject** ppDuplicate,
  1746.         PSZ pszTitle,
  1747.         ULONG cbTitle,
  1748.         ULONG menuID)
  1749. {
  1750.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpConfirmObjectTitle)
  1751.     (this,Folder,ppDuplicate,pszTitle,cbTitle,menuID);
  1752. }
  1753.  
  1754.  
  1755. /* method: wpCopiedFromTemplate */
  1756. void   wpCopiedFromTemplate()
  1757. {
  1758.    SOM_ResolveD(this,WPRootFolder,WPObject,wpCopiedFromTemplate)
  1759.     (this);
  1760. }
  1761.  
  1762.  
  1763. /* method: wpCreateAnother */
  1764. WPObject*   wpCreateAnother(PSZ pszTitle,
  1765.         PSZ pszSetupEnv,
  1766.         WPFolder* Folder)
  1767. {
  1768.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpCreateAnother)
  1769.     (this,pszTitle,pszSetupEnv,Folder);
  1770. }
  1771.  
  1772.  
  1773. /* method: wpCreateShadowObject */
  1774. WPObject*   wpCreateShadowObject(WPFolder* Folder,
  1775.         BOOL fLock)
  1776. {
  1777.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpCreateShadowObject)
  1778.     (this,Folder,fLock);
  1779. }
  1780.  
  1781.  
  1782. /* method: wpDeleteFromObjUseList */
  1783. BOOL   wpDeleteFromObjUseList(PUSEITEM pUseItem)
  1784. {
  1785.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpDeleteFromObjUseList)
  1786.     (this,pUseItem);
  1787. }
  1788.  
  1789.  
  1790. /* method: wpDisplayHelp */
  1791. BOOL   wpDisplayHelp(ULONG HelpPanelId,
  1792.         PSZ HelpLibrary)
  1793. {
  1794.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpDisplayHelp)
  1795.     (this,HelpPanelId,HelpLibrary);
  1796. }
  1797.  
  1798.  
  1799. /* method: wpDisplayMenu */
  1800. HWND   wpDisplayMenu(HWND hwndOwner,
  1801.         HWND hwndClient,
  1802.         POINTL* ptlPopupPt,
  1803.         ULONG ulMenuType,
  1804.         ULONG ulReserved)
  1805. {
  1806.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpDisplayMenu)
  1807.     (this,hwndOwner,hwndClient,ptlPopupPt,ulMenuType,ulReserved);
  1808. }
  1809.  
  1810.  
  1811. /* method: wpEndConversation */
  1812. MRESULT   wpEndConversation(ULONG ulItemID,
  1813.         ULONG flResult)
  1814. {
  1815.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpEndConversation)
  1816.     (this,ulItemID,flResult);
  1817. }
  1818.  
  1819.  
  1820. /* method: wpFindUseItem */
  1821. PUSEITEM   wpFindUseItem(ULONG type,
  1822.         PUSEITEM pCurrentItem)
  1823. {
  1824.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpFindUseItem)
  1825.     (this,type,pCurrentItem);
  1826. }
  1827.  
  1828.  
  1829. /* method: wpFreeMem */
  1830. BOOL   wpFreeMem(PBYTE pByte)
  1831. {
  1832.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpFreeMem)
  1833.     (this,pByte);
  1834. }
  1835.  
  1836.  
  1837. /* method: wpHide */
  1838. BOOL   wpHide()
  1839. {
  1840.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpHide)
  1841.     (this);
  1842. }
  1843.  
  1844.  
  1845. /* method: wpInsertPopupMenuItems */
  1846. BOOL   wpInsertPopupMenuItems(HWND hwndMenu,
  1847.         ULONG iPosition,
  1848.         HMODULE hmod,
  1849.         ULONG MenuID,
  1850.         ULONG SubMenuID)
  1851. {
  1852.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpInsertPopupMenuItems)
  1853.     (this,hwndMenu,iPosition,hmod,MenuID,SubMenuID);
  1854. }
  1855.  
  1856.  
  1857. /* method: wpInsertSettingsPage */
  1858. ULONG   wpInsertSettingsPage(HWND hwndNotebook,
  1859.         PPAGEINFO ppageinfo)
  1860. {
  1861.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpInsertSettingsPage)
  1862.     (this,hwndNotebook,ppageinfo);
  1863. }
  1864.  
  1865.  
  1866. /* method: wpPrintObject */
  1867. BOOL   wpPrintObject(PPRINTDEST pPrintDest,
  1868.         ULONG ulReserved)
  1869. {
  1870.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpPrintObject)
  1871.     (this,pPrintDest,ulReserved);
  1872. }
  1873.  
  1874.  
  1875. /* method: wpQueryConcurrentView */
  1876. ULONG   wpQueryConcurrentView()
  1877. {
  1878.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryConcurrentView)
  1879.     (this);
  1880. }
  1881.  
  1882.  
  1883. /* method: wpQueryButtonAppearance */
  1884. ULONG   wpQueryButtonAppearance()
  1885. {
  1886.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryButtonAppearance)
  1887.     (this);
  1888. }
  1889.  
  1890.  
  1891. /* method: wpQueryConfirmations */
  1892. ULONG   wpQueryConfirmations()
  1893. {
  1894.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryConfirmations)
  1895.     (this);
  1896. }
  1897.  
  1898.  
  1899. /* method: wpQueryError */
  1900. ULONG   wpQueryError()
  1901. {
  1902.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryError)
  1903.     (this);
  1904. }
  1905.  
  1906.  
  1907. /* method: wpSetFolder */
  1908. BOOL   wpSetFolder(WPObject* container)
  1909. {
  1910.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSetFolder)
  1911.     (this,container);
  1912. }
  1913.  
  1914.  
  1915. /* method: wpQueryFolder */
  1916. WPObject*   wpQueryFolder()
  1917. {
  1918.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryFolder)
  1919.     (this);
  1920. }
  1921.  
  1922.  
  1923. /* method: wpQueryMinWindow */
  1924. ULONG   wpQueryMinWindow()
  1925. {
  1926.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryMinWindow)
  1927.     (this);
  1928. }
  1929.  
  1930.  
  1931. /* method: wpSetTaskRec */
  1932. BOOL32   wpSetTaskRec(PTASKREC pNew,
  1933.         PTASKREC pOld)
  1934. {
  1935.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSetTaskRec)
  1936.     (this,pNew,pOld);
  1937. }
  1938.  
  1939.  
  1940. /* method: wpFindTaskRec */
  1941. PTASKREC   wpFindTaskRec()
  1942. {
  1943.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpFindTaskRec)
  1944.     (this);
  1945. }
  1946.  
  1947.  
  1948. /* method: wpQueryTitle */
  1949. PSZ   wpQueryTitle()
  1950. {
  1951.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryTitle)
  1952.     (this);
  1953. }
  1954.  
  1955.  
  1956. /* method: wpRegisterView */
  1957. BOOL   wpRegisterView(HWND hwndFrame,
  1958.         PSZ pszViewTitle)
  1959. {
  1960.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpRegisterView)
  1961.     (this,hwndFrame,pszViewTitle);
  1962. }
  1963.  
  1964.  
  1965. /* method: wpReleaseObjectMutexSem */
  1966. ULONG   wpReleaseObjectMutexSem()
  1967. {
  1968.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpReleaseObjectMutexSem)
  1969.     (this);
  1970. }
  1971.  
  1972.  
  1973. /* method: wpRequestObjectMutexSem */
  1974. ULONG   wpRequestObjectMutexSem(ULONG ulTimeout)
  1975. {
  1976.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpRequestObjectMutexSem)
  1977.     (this,ulTimeout);
  1978. }
  1979.  
  1980.  
  1981. /* method: wpRestore */
  1982. BOOL   wpRestore()
  1983. {
  1984.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpRestore)
  1985.     (this);
  1986. }
  1987.  
  1988.  
  1989. /* method: wpRestoreData */
  1990. BOOL   wpRestoreData(PSZ pszClass,
  1991.         ULONG ulKey,
  1992.         PBYTE pValue,
  1993.         PULONG pcbValue)
  1994. {
  1995.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpRestoreData)
  1996.     (this,pszClass,ulKey,pValue,pcbValue);
  1997. }
  1998.  
  1999.  
  2000. /* method: wpRestoreLong */
  2001. BOOL   wpRestoreLong(PSZ pszClass,
  2002.         ULONG ulKey,
  2003.         PULONG pulValue)
  2004. {
  2005.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpRestoreLong)
  2006.     (this,pszClass,ulKey,pulValue);
  2007. }
  2008.  
  2009.  
  2010. /* method: wpRestoreString */
  2011. BOOL   wpRestoreString(PSZ pszClass,
  2012.         ULONG ulKey,
  2013.         PSZ pszValue,
  2014.         PULONG pcbValue)
  2015. {
  2016.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpRestoreString)
  2017.     (this,pszClass,ulKey,pszValue,pcbValue);
  2018. }
  2019.  
  2020.  
  2021. /* method: wpSaveData */
  2022. BOOL   wpSaveData(PSZ pszClass,
  2023.         ULONG ulKey,
  2024.         PBYTE pValue,
  2025.         ULONG cbValue)
  2026. {
  2027.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSaveData)
  2028.     (this,pszClass,ulKey,pValue,cbValue);
  2029. }
  2030.  
  2031.  
  2032. /* method: wpSaveDeferred */
  2033. BOOL   wpSaveDeferred()
  2034. {
  2035.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSaveDeferred)
  2036.     (this);
  2037. }
  2038.  
  2039.  
  2040. /* method: wpSaveLong */
  2041. BOOL   wpSaveLong(PSZ pszClass,
  2042.         ULONG ulKey,
  2043.         ULONG ulValue)
  2044. {
  2045.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSaveLong)
  2046.     (this,pszClass,ulKey,ulValue);
  2047. }
  2048.  
  2049.  
  2050. /* method: wpSaveString */
  2051. BOOL   wpSaveString(PSZ pszClass,
  2052.         ULONG ulKey,
  2053.         PSZ pszValue)
  2054. {
  2055.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSaveString)
  2056.     (this,pszClass,ulKey,pszValue);
  2057. }
  2058.  
  2059.  
  2060. /* method: wpScanSetupString */
  2061. BOOL   wpScanSetupString(PSZ pszSetupString,
  2062.         PSZ pszKey,
  2063.         PSZ pszValue,
  2064.         PULONG pcbValue)
  2065. {
  2066.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpScanSetupString)
  2067.     (this,pszSetupString,pszKey,pszValue,pcbValue);
  2068. }
  2069.  
  2070.  
  2071. /* method: wpSetConcurrentView */
  2072. void   wpSetConcurrentView(ULONG ulCCView)
  2073. {
  2074.    SOM_ResolveD(this,WPRootFolder,WPObject,wpSetConcurrentView)
  2075.     (this,ulCCView);
  2076. }
  2077.  
  2078.  
  2079. /* method: wpSetButtonAppearance */
  2080. void   wpSetButtonAppearance(ULONG ulButtonType)
  2081. {
  2082.    SOM_ResolveD(this,WPRootFolder,WPObject,wpSetButtonAppearance)
  2083.     (this,ulButtonType);
  2084. }
  2085.  
  2086.  
  2087. /* method: wpSetDefaultHelp */
  2088. BOOL   wpSetDefaultHelp(ULONG HelpPanelId,
  2089.         PSZ HelpLibrary)
  2090. {
  2091.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSetDefaultHelp)
  2092.     (this,HelpPanelId,HelpLibrary);
  2093. }
  2094.  
  2095.  
  2096. /* method: wpSetDefaultView */
  2097. BOOL   wpSetDefaultView(ULONG ulView)
  2098. {
  2099.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSetDefaultView)
  2100.     (this,ulView);
  2101. }
  2102.  
  2103.  
  2104. /* method: wpSetError */
  2105. BOOL   wpSetError(ULONG ulErrorId)
  2106. {
  2107.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSetError)
  2108.     (this,ulErrorId);
  2109. }
  2110.  
  2111.  
  2112. /* method: wpSetIconHandle */
  2113. BOOL   wpSetIconHandle(HPOINTER hptrNewIcon)
  2114. {
  2115.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSetIconHandle)
  2116.     (this,hptrNewIcon);
  2117. }
  2118.  
  2119.  
  2120. /* method: wpQueryScreenGroupID */
  2121. USHORT   wpQueryScreenGroupID(USHORT usPrevSgId)
  2122. {
  2123.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryScreenGroupID)
  2124.     (this,usPrevSgId);
  2125. }
  2126.  
  2127.  
  2128. /* method: wpSetupOnce */
  2129. BOOL   wpSetupOnce(PSZ pszSetupString)
  2130. {
  2131.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSetupOnce)
  2132.     (this,pszSetupString);
  2133. }
  2134.  
  2135.  
  2136. /* method: wpSetIcon */
  2137. BOOL   wpSetIcon(HPOINTER hptrNewIcon)
  2138. {
  2139.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSetIcon)
  2140.     (this,hptrNewIcon);
  2141. }
  2142.  
  2143.  
  2144. /* method: wpSetMinWindow */
  2145. void   wpSetMinWindow(ULONG ulMinWindow)
  2146. {
  2147.    SOM_ResolveD(this,WPRootFolder,WPObject,wpSetMinWindow)
  2148.     (this,ulMinWindow);
  2149. }
  2150.  
  2151.  
  2152. /* method: wpModifyStyle */
  2153. BOOL   wpModifyStyle(ULONG ulStyleFlags,
  2154.         ULONG ulStyleMask)
  2155. {
  2156.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpModifyStyle)
  2157.     (this,ulStyleFlags,ulStyleMask);
  2158. }
  2159.  
  2160.  
  2161. /* method: wpQueryTrueStyle */
  2162. ULONG   wpQueryTrueStyle()
  2163. {
  2164.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryTrueStyle)
  2165.     (this);
  2166. }
  2167.  
  2168.  
  2169. /* method: wpUnlockObject */
  2170. BOOL   wpUnlockObject()
  2171. {
  2172.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpUnlockObject)
  2173.     (this);
  2174. }
  2175.  
  2176.  
  2177. /* method: wpIsObjectInitialized */
  2178. BOOL   wpIsObjectInitialized()
  2179. {
  2180.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpIsObjectInitialized)
  2181.     (this);
  2182. }
  2183.  
  2184.  
  2185. /* method: wpCreateShadowObjectExt */
  2186. WPObject*   wpCreateShadowObjectExt(WPFolder* Folder,
  2187.         BOOL fLock,
  2188.         PSZ pszSetup,
  2189.         M_WPObject* shadowClass)
  2190. {
  2191.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpCreateShadowObjectExt)
  2192.     (this,Folder,fLock,pszSetup,shadowClass);
  2193. }
  2194.  
  2195.  
  2196. /* method: wpCnrDeleteUseItem */
  2197. BOOL   wpCnrDeleteUseItem(HWND hwndCnr)
  2198. {
  2199.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpCnrDeleteUseItem)
  2200.     (this,hwndCnr);
  2201. }
  2202.  
  2203.  
  2204. /* method: wpIsDeleteable */
  2205. BOOL   wpIsDeleteable()
  2206. {
  2207.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpIsDeleteable)
  2208.     (this);
  2209. }
  2210.  
  2211.  
  2212. /* method: wpQueryCoreRecord */
  2213. PMINIRECORDCORE   wpQueryCoreRecord()
  2214. {
  2215.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryCoreRecord)
  2216.     (this);
  2217. }
  2218.  
  2219.  
  2220. /* method: wpSetObjectID */
  2221. BOOL   wpSetObjectID(PSZ pszObjectID)
  2222. {
  2223.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSetObjectID)
  2224.     (this,pszObjectID);
  2225. }
  2226.  
  2227.  
  2228. /* method: wpQueryObjectID */
  2229. PSZ   wpQueryObjectID()
  2230. {
  2231.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryObjectID)
  2232.     (this);
  2233. }
  2234.  
  2235.  
  2236. /* method: wpSetDefaultIconPos */
  2237. BOOL   wpSetDefaultIconPos(PPOINTL pPointl)
  2238. {
  2239.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpSetDefaultIconPos)
  2240.     (this,pPointl);
  2241. }
  2242.  
  2243.  
  2244. /* method: wpQueryDefaultIconPos */
  2245. BOOL   wpQueryDefaultIconPos(PPOINTL pPointl)
  2246. {
  2247.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryDefaultIconPos)
  2248.     (this,pPointl);
  2249. }
  2250.  
  2251.  
  2252. /* method: wpCnrRefreshDetails */
  2253. void   wpCnrRefreshDetails()
  2254. {
  2255.    SOM_ResolveD(this,WPRootFolder,WPObject,wpCnrRefreshDetails)
  2256.     (this);
  2257. }
  2258.  
  2259.  
  2260. /* method: wpFindViewItem */
  2261. PVIEWITEM   wpFindViewItem(ULONG flViews,
  2262.         PVIEWITEM pCurrentItem)
  2263. {
  2264.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpFindViewItem)
  2265.     (this,flViews,pCurrentItem);
  2266. }
  2267.  
  2268.  
  2269. /* method: wpLockObject */
  2270. void   wpLockObject()
  2271. {
  2272.    SOM_ResolveD(this,WPRootFolder,WPObject,wpLockObject)
  2273.     (this);
  2274. }
  2275.  
  2276.  
  2277. /* method: wpIsLocked */
  2278. BOOL   wpIsLocked()
  2279. {
  2280.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpIsLocked)
  2281.     (this);
  2282. }
  2283.  
  2284.  
  2285. /* method: wpQueryContainerFlagPtr */
  2286. PULONG   wpQueryContainerFlagPtr()
  2287. {
  2288.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpQueryContainerFlagPtr)
  2289.     (this);
  2290. }
  2291.  
  2292.  
  2293. /* method: wpWaitForClose */
  2294. ULONG   wpWaitForClose(LHANDLE lhView,
  2295.         ULONG ulViews,
  2296.         long lTimeOut,
  2297.         BOOL bAutoClose)
  2298. {
  2299.    return SOM_ResolveD(this,WPRootFolder,WPObject,wpWaitForClose)
  2300.     (this,lhView,ulViews,lTimeOut,bAutoClose);
  2301. }
  2302.  
  2303.  
  2304. /* method: somInit */
  2305. void   somInit()
  2306. {
  2307.    SOM_ResolveD(this,WPRootFolder,SOMObject,somInit)
  2308.     (this);
  2309. }
  2310.  
  2311.  
  2312. /* method: somUninit */
  2313. void   somUninit()
  2314. {
  2315.    SOM_ResolveD(this,WPRootFolder,SOMObject,somUninit)
  2316.     (this);
  2317. }
  2318.  
  2319.  
  2320. /* method: somDefaultCopyInit */
  2321. void   somDefaultCopyInit(somInitCtrl* ctrl,
  2322.         SOMObject* fromObj)
  2323. {
  2324.    SOM_ResolveD(this,WPRootFolder,SOMObject,somDefaultCopyInit)
  2325.     (this,ctrl,fromObj);
  2326. }
  2327.  
  2328.  
  2329. /* method: somDefaultAssign */
  2330. WPRootFolder*  somDefaultAssign(somAssignCtrl* ctrl,
  2331.         SOMObject* fromObj)
  2332. {
  2333.    return SOM_ResolveD(this,WPRootFolder,SOMObject,somDefaultAssign)
  2334.     (this,ctrl,fromObj);
  2335. }
  2336.  
  2337.  
  2338. /* method: somDefaultConstCopyInit */
  2339. void   somDefaultConstCopyInit(somInitCtrl* ctrl,
  2340.         SOMObject* fromObj)
  2341. {
  2342.    SOM_ResolveD(this,WPRootFolder,SOMObject,somDefaultConstCopyInit)
  2343.     (this,ctrl,fromObj);
  2344. }
  2345.  
  2346.  
  2347. /* method: somDefaultVCopyInit */
  2348. void   somDefaultVCopyInit(somInitCtrl* ctrl,
  2349.         SOMObject* fromObj)
  2350. {
  2351.    SOM_ResolveD(this,WPRootFolder,SOMObject,somDefaultVCopyInit)
  2352.     (this,ctrl,fromObj);
  2353. }
  2354.  
  2355.  
  2356. /* method: somDefaultConstVCopyInit */
  2357. void   somDefaultConstVCopyInit(somInitCtrl* ctrl,
  2358.         SOMObject* fromObj)
  2359. {
  2360.    SOM_ResolveD(this,WPRootFolder,SOMObject,somDefaultConstVCopyInit)
  2361.     (this,ctrl,fromObj);
  2362. }
  2363.  
  2364.  
  2365. /* method: somDefaultConstAssign */
  2366. WPRootFolder*  somDefaultConstAssign(somAssignCtrl* ctrl,
  2367.         SOMObject* fromObj)
  2368. {
  2369.    return SOM_ResolveD(this,WPRootFolder,SOMObject,somDefaultConstAssign)
  2370.     (this,ctrl,fromObj);
  2371. }
  2372.  
  2373.  
  2374. /* method: somDefaultVAssign */
  2375. WPRootFolder*  somDefaultVAssign(somAssignCtrl* ctrl,
  2376.         SOMObject* fromObj)
  2377. {
  2378.    return SOM_ResolveD(this,WPRootFolder,SOMObject,somDefaultVAssign)
  2379.     (this,ctrl,fromObj);
  2380. }
  2381.  
  2382.  
  2383. /* method: somDefaultConstVAssign */
  2384. WPRootFolder*  somDefaultConstVAssign(somAssignCtrl* ctrl,
  2385.         SOMObject* fromObj)
  2386. {
  2387.    return SOM_ResolveD(this,WPRootFolder,SOMObject,somDefaultConstVAssign)
  2388.     (this,ctrl,fromObj);
  2389. }
  2390.  
  2391.  
  2392. /* method: somFree */
  2393. void   somFree()
  2394. {
  2395.    SOM_ResolveD(this,WPRootFolder,SOMObject,somFree)
  2396.     (this);
  2397. }
  2398.  
  2399.  
  2400. /* method: somGetClass */
  2401. M_WPRootFolder*  somGetClass()
  2402. {
  2403.    return SOM_ResolveD(this,WPRootFolder,SOMObject,somGetClass)
  2404.     (this);
  2405. }
  2406.  
  2407.  
  2408. /* method: somGetClassName */
  2409. string   somGetClassName()
  2410. {
  2411.    return SOM_ResolveD(this,WPRootFolder,SOMObject,somGetClassName)
  2412.     (this);
  2413. }
  2414.  
  2415.  
  2416. /* method: somGetSize */
  2417. long   somGetSize()
  2418. {
  2419.    return SOM_ResolveD(this,WPRootFolder,SOMObject,somGetSize)
  2420.     (this);
  2421. }
  2422.  
  2423.  
  2424. /* method: somIsA */
  2425. boolean   somIsA(SOMClass* aClassObj)
  2426. {
  2427.    return SOM_ResolveD(this,WPRootFolder,SOMObject,somIsA)
  2428.     (this,aClassObj);
  2429. }
  2430.  
  2431.  
  2432. /* method: somIsInstanceOf */
  2433. boolean   somIsInstanceOf(SOMClass* aClassObj)
  2434. {
  2435.    return SOM_ResolveD(this,WPRootFolder,SOMObject,somIsInstanceOf)
  2436.     (this,aClassObj);
  2437. }
  2438.  
  2439.  
  2440. /* method: somRespondsTo */
  2441. boolean   somRespondsTo(somId mId)
  2442. {
  2443.    return SOM_ResolveD(this,WPRootFolder,SOMObject,somRespondsTo)
  2444.     (this,mId);
  2445. }
  2446.  
  2447.  
  2448. /* va_list method: somDispatch */
  2449. /* the va_list invocation form */
  2450. boolean   WPRootFolder_somDispatch(somToken* retValue,
  2451.         somId methodId,
  2452.         va_list ap)
  2453. {
  2454. return SOM_ResolveD(this,WPRootFolder,SOMObject,somDispatch)
  2455.     (this,retValue,methodId,ap);
  2456. }
  2457.  
  2458. /* the varargs invocation form */
  2459. boolean   somDispatch(somToken* retValue,
  2460.         somId methodId,
  2461.         ...)
  2462. {
  2463.    va_list ap;
  2464.    va_start(ap, methodId);
  2465.    boolean __somResult = 
  2466.       SOM_ResolveD(this,WPRootFolder,SOMObject,somDispatch)
  2467.     (this,retValue,methodId,ap);
  2468.    va_end(ap);
  2469.    return __somResult;
  2470. }
  2471.  
  2472.  
  2473. /* va_list method: somClassDispatch */
  2474. /* the va_list invocation form */
  2475. boolean   WPRootFolder_somClassDispatch(SOMClass* clsObj,
  2476.         somToken* retValue,
  2477.         somId methodId,
  2478.         va_list ap)
  2479. {
  2480. return SOM_ResolveD(this,WPRootFolder,SOMObject,somClassDispatch)
  2481.     (this,clsObj,retValue,methodId,ap);
  2482. }
  2483.  
  2484. /* the varargs invocation form */
  2485. boolean   somClassDispatch(SOMClass* clsObj,
  2486.         somToken* retValue,
  2487.         somId methodId,
  2488.         ...)
  2489. {
  2490.    va_list ap;
  2491.    va_start(ap, methodId);
  2492.    boolean __somResult = 
  2493.       SOM_ResolveD(this,WPRootFolder,SOMObject,somClassDispatch)
  2494.     (this,clsObj,retValue,methodId,ap);
  2495.    va_end(ap);
  2496.    return __somResult;
  2497. }
  2498.  
  2499.  
  2500. /* method: somCastObj */
  2501. boolean   somCastObj(SOMClass* cls)
  2502. {
  2503.    return SOM_ResolveD(this,WPRootFolder,SOMObject,somCastObj)
  2504.     (this,cls);
  2505. }
  2506.  
  2507.  
  2508. /* method: somResetObj */
  2509. boolean   somResetObj()
  2510. {
  2511.    return SOM_ResolveD(this,WPRootFolder,SOMObject,somResetObj)
  2512.     (this);
  2513. }
  2514.  
  2515.  
  2516. /* va_list method: somDispatchV */
  2517. /* the va_list invocation form */
  2518. void   WPRootFolder_somDispatchV(somId methodId,
  2519.         somId descriptor,
  2520.         va_list ap)
  2521. {
  2522.    SOM_ResolveD(this,WPRootFolder,SOMObject,somDispatchV)
  2523.     (this,methodId,descriptor,ap);
  2524. }
  2525.  
  2526. /* the varargs invocation form */
  2527. void   somDispatchV(somId methodId,
  2528.         somId descriptor,
  2529.         ...)
  2530. {
  2531.    va_list ap;
  2532.    va_start(ap, descriptor);
  2533.    SOM_ResolveD(this,WPRootFolder,SOMObject,somDispatchV)
  2534.     (this,methodId,descriptor,ap);
  2535.    va_end(ap);
  2536. }
  2537.  
  2538.  
  2539. /* va_list method: somDispatchL */
  2540. /* the va_list invocation form */
  2541. long   WPRootFolder_somDispatchL(somId methodId,
  2542.         somId descriptor,
  2543.         va_list ap)
  2544. {
  2545. return SOM_ResolveD(this,WPRootFolder,SOMObject,somDispatchL)
  2546.     (this,methodId,descriptor,ap);
  2547. }
  2548.  
  2549. /* the varargs invocation form */
  2550. long   somDispatchL(somId methodId,
  2551.         somId descriptor,
  2552.         ...)
  2553. {
  2554.    va_list ap;
  2555.    va_start(ap, descriptor);
  2556.    long __somResult = 
  2557.       SOM_ResolveD(this,WPRootFolder,SOMObject,somDispatchL)
  2558.     (this,methodId,descriptor,ap);
  2559.    va_end(ap);
  2560.    return __somResult;
  2561. }
  2562.  
  2563.  
  2564. /* va_list method: somDispatchA */
  2565. /* the va_list invocation form */
  2566. void*   WPRootFolder_somDispatchA(somId methodId,
  2567.         somId descriptor,
  2568.         va_list ap)
  2569. {
  2570. return SOM_ResolveD(this,WPRootFolder,SOMObject,somDispatchA)
  2571.     (this,methodId,descriptor,ap);
  2572. }
  2573.  
  2574. /* the varargs invocation form */
  2575. void*   somDispatchA(somId methodId,
  2576.         somId descriptor,
  2577.         ...)
  2578. {
  2579.    va_list ap;
  2580.    va_start(ap, descriptor);
  2581.    void* __somResult = 
  2582.       SOM_ResolveD(this,WPRootFolder,SOMObject,somDispatchA)
  2583.     (this,methodId,descriptor,ap);
  2584.    va_end(ap);
  2585.    return __somResult;
  2586. }
  2587.  
  2588.  
  2589. /* va_list method: somDispatchD */
  2590. /* the va_list invocation form */
  2591. double   WPRootFolder_somDispatchD(somId methodId,
  2592.         somId descriptor,
  2593.         va_list ap)
  2594. {
  2595. return SOM_ResolveD(this,WPRootFolder,SOMObject,somDispatchD)
  2596.     (this,methodId,descriptor,ap);
  2597. }
  2598.  
  2599. /* the varargs invocation form */
  2600. double   somDispatchD(somId methodId,
  2601.         somId descriptor,
  2602.         ...)
  2603. {
  2604.    va_list ap;
  2605.    va_start(ap, descriptor);
  2606.    double __somResult = 
  2607.       SOM_ResolveD(this,WPRootFolder,SOMObject,somDispatchD)
  2608.     (this,methodId,descriptor,ap);
  2609.    va_end(ap);
  2610.    return __somResult;
  2611. }
  2612.  
  2613.  
  2614. /* method: somPrintSelf */
  2615. SOMObject*   somPrintSelf()
  2616. {
  2617.    return SOM_ResolveD(this,WPRootFolder,SOMObject,somPrintSelf)
  2618.     (this);
  2619. }
  2620.  
  2621.  
  2622. /* method: somDumpSelf */
  2623. void   somDumpSelf(long level)
  2624. {
  2625.    SOM_ResolveD(this,WPRootFolder,SOMObject,somDumpSelf)
  2626.     (this,level);
  2627. }
  2628.  
  2629.  
  2630. /* method: somDumpSelfInt */
  2631. void   somDumpSelfInt(long level)
  2632. {
  2633.    SOM_ResolveD(this,WPRootFolder,SOMObject,somDumpSelfInt)
  2634.     (this,level);
  2635. }
  2636.  
  2637.  
  2638.  
  2639. };   /* WPRootFolder */
  2640.  
  2641.  
  2642.  
  2643. #endif       /* SOM_WPRootFolder_xh */
  2644.  
  2645. #ifndef SOM_M_WPRootFolder_xh
  2646. #define SOM_M_WPRootFolder_xh
  2647.  
  2648. class M_WPRootFolder;
  2649.  
  2650. #define M_WPRootFolder_MajorVersion 1
  2651. #define M_WPRootFolder_MinorVersion 2
  2652.  
  2653. /* C++ SOM defs */
  2654. #include <somcls.xh>
  2655. #include <somcm.xh>
  2656.  
  2657. /* C++ parent defs */
  2658. #ifndef SOM_M_WPFolder_xh
  2659. #include <wpfolder.xh>
  2660. #endif
  2661.  
  2662. #ifndef M_WPRootFolder_API
  2663. #define M_WPRootFolder_API
  2664. /*
  2665.  * -- The Class API
  2666.  */
  2667.  
  2668. /*
  2669.  * Start of user-defined types:
  2670.  */
  2671.  
  2672. /*
  2673.  * End of user-defined types.
  2674.  */
  2675.  
  2676. /*
  2677.  * -- M_WPRootFolder is a metaclass for WPRootFolder. Make sure WPRootFolder is known.
  2678.  */
  2679. class WPRootFolder;
  2680.  
  2681.  
  2682. /* A procedure to create the M_WPRootFolder Class */
  2683. SOMEXTERN SOMClass * SOMLINK M_WPRootFolderNewClass(
  2684.         integer4 majorVersion,
  2685.         integer4 minorVersion);
  2686.  
  2687. /* The API to the M_WPRootFolder class object, and the methods it introduces. */
  2688. SOMEXTERN struct M_WPRootFolderClassDataStructure {
  2689.     SOMClass *classObject;
  2690. } SOMDLINK M_WPRootFolderClassData;
  2691. #define _M_WPRootFolder M_WPRootFolderClassData.classObject
  2692.  
  2693. /* The API to parentMtabs for M_WPRootFolder, and the instance data it introduces. */
  2694. SOMEXTERN struct M_WPRootFolderCClassDataStructure {
  2695.     somMethodTabs parentMtab;
  2696.     somDToken              instanceDataToken;
  2697. } SOMDLINK M_WPRootFolderCClassData;
  2698.  
  2699. /*
  2700.  * -- Typedefs for M_WPRootFolder Method Procedures
  2701.  */
  2702. SOMEXTERN {
  2703.  
  2704. /*
  2705.  * -- Typedefs for Reintroduced Wrapper Methods
  2706.  */
  2707. typedef ULONG   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryIconDataN)(M_WPRootFolder *somSelf,
  2708.         ICONINFO* pIconInfo,
  2709.         ULONG ulIconIndex);
  2710. typedef HPOINTER   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryIconN)(M_WPRootFolder *somSelf,
  2711.         ULONG ulIconIndex);
  2712. typedef WPFolder*   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryOpenFolders)(M_WPRootFolder *somSelf,
  2713.         WPFolder* Folder,
  2714.         ULONG ulOption,
  2715.         BOOL fLock);
  2716. typedef void   (SOMLINK * somTD_M_WPRootFolder_wpclsInitData)(M_WPRootFolder *somSelf);
  2717. typedef ULONG   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryDefaultView)(M_WPRootFolder *somSelf);
  2718. typedef PSZ   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryTitle)(M_WPRootFolder *somSelf);
  2719. typedef ULONG   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryIconData)(M_WPRootFolder *somSelf,
  2720.         PICONINFO pIconInfo);
  2721. typedef ULONG   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryStyle)(M_WPRootFolder *somSelf);
  2722. typedef BOOL   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryDefaultHelp)(M_WPRootFolder *somSelf,
  2723.         PULONG pHelpPanelId,
  2724.         PSZ pszHelpLibrary);
  2725. typedef WPObject*   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryAwakeObject)(M_WPRootFolder *somSelf,
  2726.         PSZ pszInputPath);
  2727. typedef WPObject*   (SOMLINK * somTD_M_WPRootFolder_wpclsFileSysExists)(M_WPRootFolder *somSelf,
  2728.         WPFolder* Folder,
  2729.         PSZ pszFilename,
  2730.         ULONG attrFile);
  2731. typedef WPObject*   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryObjectFromPath)(M_WPRootFolder *somSelf,
  2732.         PSZ pszFQPath);
  2733. typedef PSZ   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryInstanceType)(M_WPRootFolder *somSelf);
  2734. typedef PSZ   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryInstanceFilter)(M_WPRootFolder *somSelf);
  2735. typedef ULONG   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryDetailsInfo)(M_WPRootFolder *somSelf,
  2736.         PCLASSFIELDINFO* ppClassFieldInfo,
  2737.         PULONG pSize);
  2738. typedef void   (SOMLINK * somTD_M_WPRootFolder_wpclsQuerySearchInfo)(M_WPRootFolder *somSelf,
  2739.         M_WPObject** ClassExtended,
  2740.         M_WPObject** ClassCreate,
  2741.         PULONG pulClassCriteriaSize);
  2742. typedef BOOL   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryExtendedCriteria)(M_WPRootFolder *somSelf,
  2743.         PSZ pszName,
  2744.         ULONG ulSearchType,
  2745.         PVOID pvoidExtendedCriteria);
  2746. typedef WPObject*   (SOMLINK * somTD_M_WPRootFolder_wpclsNew)(M_WPRootFolder *somSelf,
  2747.         PSZ pszTitle,
  2748.         PSZ pszSetupEnv,
  2749.         WPFolder* Folder,
  2750.         BOOL fLock);
  2751. typedef BOOL   (SOMLINK * somTD_M_WPRootFolder_wpclsCreateDefaultTemplates)(M_WPRootFolder *somSelf,
  2752.         WPObject* Folder);
  2753. typedef WPObject*   (SOMLINK * somTD_M_WPRootFolder_wpclsMakeAwake)(M_WPRootFolder *somSelf,
  2754.         PSZ pszTitle,
  2755.         ULONG ulStyle,
  2756.         HPOINTER hptrIcon,
  2757.         POBJDATA pObjData,
  2758.         WPFolder* Folder,
  2759.         ULONG ulUser);
  2760. typedef PCLASSDETAILS   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryDetails)(M_WPRootFolder *somSelf);
  2761. typedef WPObject*   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryFolder)(M_WPRootFolder *somSelf,
  2762.         PSZ pszLocation,
  2763.         BOOL fLock);
  2764. typedef HPOINTER   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryIcon)(M_WPRootFolder *somSelf);
  2765. typedef void   (SOMLINK * somTD_M_WPRootFolder_wpclsUnInitData)(M_WPRootFolder *somSelf);
  2766. typedef BOOL   (SOMLINK * somTD_M_WPRootFolder_wpclsFindObjectFirst)(M_WPRootFolder *somSelf,
  2767.         PCLASS pClassList,
  2768.         PHFIND phFind,
  2769.         PSZ pszTitle,
  2770.         WPFolder* Folder,
  2771.         BOOL fSubfolders,
  2772.         PVOID pExtendedCriteria,
  2773.         POBJECT pBuffer,
  2774.         PULONG pCount);
  2775. typedef BOOL   (SOMLINK * somTD_M_WPRootFolder_wpclsFindObjectNext)(M_WPRootFolder *somSelf,
  2776.         HFIND hFind,
  2777.         POBJECT pBuffer,
  2778.         PULONG pCount);
  2779. typedef BOOL   (SOMLINK * somTD_M_WPRootFolder_wpclsFindObjectEnd)(M_WPRootFolder *somSelf,
  2780.         HFIND hFind);
  2781. typedef BOOL   (SOMLINK * somTD_M_WPRootFolder_wpclsSetError)(M_WPRootFolder *somSelf,
  2782.         ULONG ulErrorId);
  2783. typedef ULONG   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryError)(M_WPRootFolder *somSelf);
  2784. typedef BOOL   (SOMLINK * somTD_M_WPRootFolder_wpclsQuerySettingsPageSize)(M_WPRootFolder *somSelf,
  2785.         PSIZEL pSizl);
  2786. typedef WPObject*   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryObject)(M_WPRootFolder *somSelf,
  2787.         HOBJECT hObject);
  2788. typedef ULONG   (SOMLINK * somTD_M_WPRootFolder_wpclsQueryButtonAppearance)(M_WPRootFolder *somSelf);
  2789. typedef void   (SOMLINK * somTD_M_WPRootFolder_wpclsDecUsage)(M_WPRootFolder *somSelf);
  2790. typedef void   (SOMLINK * somTD_M_WPRootFolder_wpclsIncUsage)(M_WPRootFolder *somSelf);
  2791. typedef BOOL   (SOMLINK * somTD_M_WPRootFolder_wpclsInsertMultipleObjects)(M_WPRootFolder *somSelf,
  2792.         HWND hwndCnr,
  2793.         PPOINTL pptlIcon,
  2794.         PVOID* pObjectArray,
  2795.         PVOID pRecordParent,
  2796.         ULONG NumRecords);
  2797. typedef WPObject*   (SOMLINK * somTD_M_WPRootFolder_wpclsFindOneObject)(M_WPRootFolder *somSelf,
  2798.         HWND hwndOwner,
  2799.         PSZ pszFindParams);
  2800. typedef BOOL   (SOMLINK * somTD_M_WPRootFolder_wpclsSetSettingsPageSize)(M_WPRootFolder *somSelf,
  2801.         PSIZEL pSizl);
  2802. typedef BOOL   (SOMLINK * somTD_M_WPRootFolder_wpclsSetIconData)(M_WPRootFolder *somSelf,
  2803.         PICONINFO pIconInfo);
  2804. typedef BOOL   (SOMLINK * somTD_M_WPRootFolder_wpclsSetIcon)(M_WPRootFolder *somSelf,
  2805.         HPOINTER hptrNewIcon);
  2806. typedef WPObject*   (SOMLINK * somTD_M_WPRootFolder_wpclsObjectFromHandle)(M_WPRootFolder *somSelf,
  2807.         HOBJECT hObject);
  2808. typedef BOOL   (SOMLINK * somTD_M_WPRootFolder_wpclsRemoveObjects)(M_WPRootFolder *somSelf,
  2809.         HWND hwndCnr,
  2810.         PVOID* pRecordArray,
  2811.         ULONG NumRecords,
  2812.         BOOL RemoveAll);
  2813. typedef void   (SOMLINK * somTD_M_WPRootFolder_somUninit)(M_WPRootFolder *somSelf);
  2814. typedef void   (SOMLINK * somTD_M_WPRootFolder_somClassReady)(M_WPRootFolder *somSelf);
  2815. typedef WPRootFolder*   (SOMLINK * somTD_M_WPRootFolder_somNew)(M_WPRootFolder *somSelf);
  2816. typedef SOMObject*   (SOMLINK * somTD_M_WPRootFolder_somRenew)(M_WPRootFolder *somSelf,
  2817.         void* obj);
  2818. typedef long   (SOMLINK * somTD_M_WPRootFolder__get_somDataAlignment)(M_WPRootFolder *somSelf);
  2819. typedef SOMClass_somOffsets   (SOMLINK * somTD_M_WPRootFolder__get_somInstanceDataOffsets)(M_WPRootFolder *somSelf);
  2820. typedef SOMClass_SOMClassSequence   (SOMLINK * somTD_M_WPRootFolder__get_somDirectInitClasses)(M_WPRootFolder *somSelf);
  2821. typedef void   (SOMLINK * somTD_M_WPRootFolder__set_somDirectInitClasses)(M_WPRootFolder *somSelf,
  2822.         SOMClass_SOMClassSequence* somDirectInitClasses);
  2823. typedef SOMObject*   (SOMLINK * somTD_M_WPRootFolder_somNewNoInit)(M_WPRootFolder *somSelf);
  2824. typedef SOMObject*   (SOMLINK * somTD_M_WPRootFolder_somRenewNoInit)(M_WPRootFolder *somSelf,
  2825.         void* obj);
  2826. typedef SOMObject*   (SOMLINK * somTD_M_WPRootFolder_somRenewNoZero)(M_WPRootFolder *somSelf,
  2827.         void* obj);
  2828. typedef SOMObject*   (SOMLINK * somTD_M_WPRootFolder_somRenewNoInitNoZero)(M_WPRootFolder *somSelf,
  2829.         void* obj);
  2830. typedef string   (SOMLINK * somTD_M_WPRootFolder_somAllocate)(M_WPRootFolder *somSelf,
  2831.         long size);
  2832. typedef void   (SOMLINK * somTD_M_WPRootFolder_somDeallocate)(M_WPRootFolder *somSelf,
  2833.         string memptr);
  2834. typedef somMethodProc*   (SOMLINK * somTD_M_WPRootFolder__get_somClassAllocate)(M_WPRootFolder *somSelf);
  2835. typedef somMethodProc*   (SOMLINK * somTD_M_WPRootFolder__get_somClassDeallocate)(M_WPRootFolder *somSelf);
  2836. typedef somBooleanVector   (SOMLINK * somTD_M_WPRootFolder_somGetInstanceInitMask)(M_WPRootFolder *somSelf,
  2837.         somInitCtrl* ctrl);
  2838. typedef somBooleanVector   (SOMLINK * somTD_M_WPRootFolder_somGetInstanceDestructionMask)(M_WPRootFolder *somSelf,
  2839.         somDestructCtrl* ctrl);
  2840. typedef somBooleanVector   (SOMLINK * somTD_M_WPRootFolder_somGetInstanceAssignmentMask)(M_WPRootFolder *somSelf,
  2841.         somAssignCtrl* ctrl);
  2842. typedef void   (SOMLINK * somTD_M_WPRootFolder_somInitClass)(M_WPRootFolder *somSelf,
  2843.         string className,
  2844.         SOMClass* parentClass,
  2845.         long dataSize,
  2846.         long maxStaticMethods,
  2847.         long majorVersion,
  2848.         long minorVersion);
  2849. typedef void   (SOMLINK * somTD_M_WPRootFolder_somInitMIClass)(M_WPRootFolder *somSelf,
  2850.         long inherit_vars,
  2851.         string className,
  2852.         SOMClass_SOMClassSequence* parentClasses,
  2853.         long dataSize,
  2854.         long dataAlignment,
  2855.         long maxStaticMethods,
  2856.         long majorVersion,
  2857.         long minorVersion);
  2858. typedef somMToken   (SOMLINK * somTD_M_WPRootFolder_somAddStaticMethod)(M_WPRootFolder *somSelf,
  2859.         somId methodId,
  2860.         somId methodDescriptor,
  2861.         somMethodPtr method,
  2862.         somMethodPtr redispatchStub,
  2863.         somMethodPtr applyStub);
  2864. typedef void   (SOMLINK * somTD_M_WPRootFolder_somAddDynamicMethod)(M_WPRootFolder *somSelf,
  2865.         somId methodId,
  2866.         somId methodDescriptor,
  2867.         somMethodPtr method,
  2868.         somMethodPtr applyStub);
  2869. typedef void   (SOMLINK * somTD_M_WPRootFolder_somOverrideSMethod)(M_WPRootFolder *somSelf,
  2870.         somId methodId,
  2871.         somMethodPtr method);
  2872. typedef somMethodPtr   (SOMLINK * somTD_M_WPRootFolder_somGetApplyStub)(M_WPRootFolder *somSelf,
  2873.         somId methodId);
  2874. typedef somClassDataStructure*   (SOMLINK * somTD_M_WPRootFolder_somGetClassData)(M_WPRootFolder *somSelf);
  2875. typedef void   (SOMLINK * somTD_M_WPRootFolder_somSetClassData)(M_WPRootFolder *somSelf,
  2876.         somClassDataStructure* cds);
  2877. typedef somMethodTab*   (SOMLINK * somTD_M_WPRootFolder_somGetClassMtab)(M_WPRootFolder *somSelf);
  2878. typedef long   (SOMLINK * somTD_M_WPRootFolder_somGetInstanceOffset)(M_WPRootFolder *somSelf);
  2879. typedef long   (SOMLINK * somTD_M_WPRootFolder_somGetInstancePartSize)(M_WPRootFolder *somSelf);
  2880. typedef long   (SOMLINK * somTD_M_WPRootFolder_somGetInstanceSize)(M_WPRootFolder *somSelf);
  2881. typedef somDToken   (SOMLINK * somTD_M_WPRootFolder_somGetInstanceToken)(M_WPRootFolder *somSelf);
  2882. typedef somDToken   (SOMLINK * somTD_M_WPRootFolder_somGetMemberToken)(M_WPRootFolder *somSelf,
  2883.         long memberOffset,
  2884.         somDToken instanceToken);
  2885. typedef boolean   (SOMLINK * somTD_M_WPRootFolder_somGetMethodData)(M_WPRootFolder *somSelf,
  2886.         somId methodId,
  2887.         somMethodData* md);
  2888. typedef somMethodProc*   (SOMLINK * somTD_M_WPRootFolder_somGetRdStub)(M_WPRootFolder *somSelf,
  2889.         somId methodId);
  2890. typedef somId   (SOMLINK * somTD_M_WPRootFolder_somGetMethodDescriptor)(M_WPRootFolder *somSelf,
  2891.         somId methodId);
  2892. typedef long   (SOMLINK * somTD_M_WPRootFolder_somGetMethodIndex)(M_WPRootFolder *somSelf,
  2893.         somId id);
  2894. typedef somMToken   (SOMLINK * somTD_M_WPRootFolder_somGetMethodToken)(M_WPRootFolder *somSelf,
  2895.         somId methodId);
  2896. typedef string   (SOMLINK * somTD_M_WPRootFolder_somGetName)(M_WPRootFolder *somSelf);
  2897. typedef boolean   (SOMLINK * somTD_M_WPRootFolder_somGetNthMethodData)(M_WPRootFolder *somSelf,
  2898.         long n,
  2899.         somMethodData* md);
  2900. typedef somId   (SOMLINK * somTD_M_WPRootFolder_somGetNthMethodInfo)(M_WPRootFolder *somSelf,
  2901.         long n,
  2902.         somId* descriptor);
  2903. typedef long   (SOMLINK * somTD_M_WPRootFolder_somGetNumMethods)(M_WPRootFolder *somSelf);
  2904. typedef long   (SOMLINK * somTD_M_WPRootFolder_somGetNumStaticMethods)(M_WPRootFolder *somSelf);
  2905. typedef SOMClass*   (SOMLINK * somTD_M_WPRootFolder_somGetParent)(M_WPRootFolder *somSelf);
  2906. typedef SOMClass_SOMClassSequence   (SOMLINK * somTD_M_WPRootFolder_somGetParents)(M_WPRootFolder *somSelf);
  2907. typedef somMethodTabs   (SOMLINK * somTD_M_WPRootFolder_somGetPClsMtab)(M_WPRootFolder *somSelf);
  2908. typedef somMethodTabs   (SOMLINK * somTD_M_WPRootFolder_somGetPClsMtabs)(M_WPRootFolder *somSelf);
  2909. typedef void   (SOMLINK * somTD_M_WPRootFolder_somGetVersionNumbers)(M_WPRootFolder *somSelf,
  2910.         long* majorVersion,
  2911.         long* minorVersion);
  2912. typedef boolean   (SOMLINK * somTD_M_WPRootFolder_somSetMethodDescriptor)(M_WPRootFolder *somSelf,
  2913.         somId methodId,
  2914.         somId descriptor);
  2915. typedef boolean   (SOMLINK * somTD_M_WPRootFolder_somFindMethod)(M_WPRootFolder *somSelf,
  2916.         somId methodId,
  2917.         somMethodPtr* m);
  2918. typedef boolean   (SOMLINK * somTD_M_WPRootFolder_somFindMethodOk)(M_WPRootFolder *somSelf,
  2919.         somId methodId,
  2920.         somMethodPtr* m);
  2921. typedef somMethodPtr   (SOMLINK * somTD_M_WPRootFolder_somFindSMethod)(M_WPRootFolder *somSelf,
  2922.         somId methodId);
  2923. typedef somMethodPtr   (SOMLINK * somTD_M_WPRootFolder_somFindSMethodOk)(M_WPRootFolder *somSelf,
  2924.         somId methodId);
  2925. typedef somMethodPtr   (SOMLINK * somTD_M_WPRootFolder_somLookupMethod)(M_WPRootFolder *somSelf,
  2926.         somId methodId);
  2927. typedef boolean   (SOMLINK * somTD_M_WPRootFolder_somCheckVersion)(M_WPRootFolder *somSelf,
  2928.         long majorVersion,
  2929.         long minorVersion);
  2930. typedef boolean   (SOMLINK * somTD_M_WPRootFolder_somDescendedFrom)(M_WPRootFolder *somSelf,
  2931.         SOMClass* aClassObj);
  2932. typedef boolean   (SOMLINK * somTD_M_WPRootFolder_somSupportsMethod)(M_WPRootFolder *somSelf,
  2933.         somId mId);
  2934. typedef somMethodPtr   (SOMLINK * somTD_M_WPRootFolder_somDefinedMethod)(M_WPRootFolder *somSelf,
  2935.         somMToken method);
  2936. typedef void   (SOMLINK * somTD_M_WPRootFolder_somOverrideMtab)(M_WPRootFolder *somSelf);
  2937. typedef void   (SOMLINK * somTD_M_WPRootFolder_somDefaultInit)(M_WPRootFolder *somSelf,
  2938.         somInitCtrl* ctrl);
  2939. typedef void   (SOMLINK * somTD_M_WPRootFolder_somDestruct)(M_WPRootFolder *somSelf,
  2940.         octet doFree,
  2941.         somDestructCtrl* ctrl);
  2942. typedef void   (SOMLINK * somTD_M_WPRootFolder_somDefaultCopyInit)(M_WPRootFolder *somSelf,
  2943.         somInitCtrl* ctrl,
  2944.         SOMObject* fromObj);
  2945. typedef M_WPRootFolder*   (SOMLINK * somTD_M_WPRootFolder_somDefaultAssign)(M_WPRootFolder *somSelf,
  2946.         somAssignCtrl* ctrl,
  2947.         SOMObject* fromObj);
  2948. typedef void   (SOMLINK * somTD_M_WPRootFolder_somDefaultConstCopyInit)(M_WPRootFolder *somSelf,
  2949.         somInitCtrl* ctrl,
  2950.         SOMObject* fromObj);
  2951. typedef void   (SOMLINK * somTD_M_WPRootFolder_somDefaultVCopyInit)(M_WPRootFolder *somSelf,
  2952.         somInitCtrl* ctrl,
  2953.         SOMObject* fromObj);
  2954. typedef void   (SOMLINK * somTD_M_WPRootFolder_somDefaultConstVCopyInit)(M_WPRootFolder *somSelf,
  2955.         somInitCtrl* ctrl,
  2956.         SOMObject* fromObj);
  2957. typedef M_WPRootFolder*   (SOMLINK * somTD_M_WPRootFolder_somDefaultConstAssign)(M_WPRootFolder *somSelf,
  2958.         somAssignCtrl* ctrl,
  2959.         SOMObject* fromObj);
  2960. typedef M_WPRootFolder*   (SOMLINK * somTD_M_WPRootFolder_somDefaultVAssign)(M_WPRootFolder *somSelf,
  2961.         somAssignCtrl* ctrl,
  2962.         SOMObject* fromObj);
  2963. typedef M_WPRootFolder*   (SOMLINK * somTD_M_WPRootFolder_somDefaultConstVAssign)(M_WPRootFolder *somSelf,
  2964.         somAssignCtrl* ctrl,
  2965.         SOMObject* fromObj);
  2966. typedef void   (SOMLINK * somTD_M_WPRootFolder_somInit)(M_WPRootFolder *somSelf);
  2967. typedef void   (SOMLINK * somTD_M_WPRootFolder_somFree)(M_WPRootFolder *somSelf);
  2968. typedef SOMClass*   (SOMLINK * somTD_M_WPRootFolder_somGetClass)(M_WPRootFolder *somSelf);
  2969. typedef string   (SOMLINK * somTD_M_WPRootFolder_somGetClassName)(M_WPRootFolder *somSelf);
  2970. typedef long   (SOMLINK * somTD_M_WPRootFolder_somGetSize)(M_WPRootFolder *somSelf);
  2971. typedef boolean   (SOMLINK * somTD_M_WPRootFolder_somIsA)(M_WPRootFolder *somSelf,
  2972.         SOMClass* aClassObj);
  2973. typedef boolean   (SOMLINK * somTD_M_WPRootFolder_somIsInstanceOf)(M_WPRootFolder *somSelf,
  2974.         SOMClass* aClassObj);
  2975. typedef boolean   (SOMLINK * somTD_M_WPRootFolder_somRespondsTo)(M_WPRootFolder *somSelf,
  2976.         somId mId);
  2977. typedef boolean   (SOMLINK * somTD_M_WPRootFolder_somDispatch)(M_WPRootFolder *somSelf,
  2978.         somToken* retValue,
  2979.         somId methodId,
  2980.         va_list ap);
  2981. typedef boolean   (SOMLINK * somTD_M_WPRootFolder_somClassDispatch)(M_WPRootFolder *somSelf,
  2982.         SOMClass* clsObj,
  2983.         somToken* retValue,
  2984.         somId methodId,
  2985.         va_list ap);
  2986. typedef boolean   (SOMLINK * somTD_M_WPRootFolder_somCastObj)(M_WPRootFolder *somSelf,
  2987.         SOMClass* cls);
  2988. typedef boolean   (SOMLINK * somTD_M_WPRootFolder_somResetObj)(M_WPRootFolder *somSelf);
  2989. typedef void   (SOMLINK * somTD_M_WPRootFolder_somDispatchV)(M_WPRootFolder *somSelf,
  2990.         somId methodId,
  2991.         somId descriptor,
  2992.         va_list ap);
  2993. typedef long   (SOMLINK * somTD_M_WPRootFolder_somDispatchL)(M_WPRootFolder *somSelf,
  2994.         somId methodId,
  2995.         somId descriptor,
  2996.         va_list ap);
  2997. typedef void*   (SOMLINK * somTD_M_WPRootFolder_somDispatchA)(M_WPRootFolder *somSelf,
  2998.         somId methodId,
  2999.         somId descriptor,
  3000.         va_list ap);
  3001. typedef double   (SOMLINK * somTD_M_WPRootFolder_somDispatchD)(M_WPRootFolder *somSelf,
  3002.         somId methodId,
  3003.         somId descriptor,
  3004.         va_list ap);
  3005. typedef SOMObject*   (SOMLINK * somTD_M_WPRootFolder_somPrintSelf)(M_WPRootFolder *somSelf);
  3006. typedef void   (SOMLINK * somTD_M_WPRootFolder_somDumpSelf)(M_WPRootFolder *somSelf,
  3007.         long level);
  3008. typedef void   (SOMLINK * somTD_M_WPRootFolder_somDumpSelfInt)(M_WPRootFolder *somSelf,
  3009.         long level);
  3010. }
  3011.  
  3012. #endif /* M_WPRootFolder_API */
  3013.  
  3014.  
  3015. /*
  3016.  * -- This emitter treats Method Tokens as Thunks by default.
  3017.  * -- Use the sc modifier "nothunks" to change this default
  3018.  */
  3019. #undef somresolve_
  3020. #define somresolve_(obj,mToken) ((somMethodProc*)((void)obj, mToken))
  3021.  
  3022. /*
  3023.  * -- The C++ Wrapper Class for M_WPRootFolder
  3024.  */
  3025. class M_WPRootFolder : public M_WPFolder
  3026. {
  3027. public:
  3028.  
  3029. // M_WPRootFolder::new creates the class object if necessary, and then uses somNewNoInit
  3030. // to allocate memory and create the object. Initialization is in ctors.
  3031. void *operator new(size_t size)
  3032. {
  3033.    SOM_IgnoreWarning(size);
  3034.    if (!_M_WPRootFolder) M_WPRootFolderNewClass(M_WPRootFolder_MajorVersion,M_WPRootFolder_MinorVersion);
  3035.    return (void*)
  3036.       SOM_Resolve(_M_WPRootFolder,SOMClass,somNewNoInit)
  3037.          ((SOMClass *)((void*)_M_WPRootFolder));
  3038. }
  3039.  
  3040. // M_WPRootFolder::delete uses the default deallocator for the object's class.
  3041. void operator delete(void * obj)
  3042. {
  3043.    somToken objCls = obj ? *(void**)obj : (somToken) NULL;
  3044.    if (somIsObj(objCls)) {
  3045.       SOM_Resolve(objCls,SOMClass,somDeallocate)
  3046.          ((SOMClass*)objCls, (string)obj);
  3047.    }
  3048. }
  3049.  
  3050. M_WPRootFolder()
  3051. {
  3052.    if (*(void**)this != 
  3053.        ((somParentMtabStructPtr)
  3054.         (M_WPRootFolderCClassData.parentMtab))->mtab)
  3055.       return;
  3056.    somDefaultInit(0);
  3057. }
  3058.  
  3059. M_WPRootFolder(M_WPRootFolder* fromObj)
  3060. {
  3061.    if (*(void**)this != 
  3062.        ((somParentMtabStructPtr)
  3063.         (M_WPRootFolderCClassData.parentMtab))->mtab)
  3064.       return;
  3065.    somDefaultCopyInit(0,((SOMObject*)((void*)fromObj)));
  3066. }
  3067.  
  3068. M_WPRootFolder(const M_WPRootFolder* fromObj)
  3069. {
  3070.    if (*(void**)this != 
  3071.        ((somParentMtabStructPtr)
  3072.         (M_WPRootFolderCClassData.parentMtab))->mtab)
  3073.       return;
  3074.    somDefaultConstCopyInit(0,((SOMObject*)((void*)fromObj)));
  3075. }
  3076.  
  3077. ~M_WPRootFolder()
  3078. {
  3079.    if (!somIsObj(this)) return;
  3080.    somDestruct(0,0);
  3081.    *(void**)this = **(void***)this;
  3082. }
  3083.  
  3084.  
  3085. /*
  3086.  * Reintroduce inherited methods
  3087.  */
  3088.  
  3089. /* method: wpclsQueryIconDataN */
  3090. ULONG   wpclsQueryIconDataN(ICONINFO* pIconInfo,
  3091.         ULONG ulIconIndex)
  3092. {
  3093.    return SOM_ResolveD(this,M_WPRootFolder,M_WPFolder,wpclsQueryIconDataN)
  3094.     (this,pIconInfo,ulIconIndex);
  3095. }
  3096.  
  3097.  
  3098. /* method: wpclsQueryIconN */
  3099. HPOINTER   wpclsQueryIconN(ULONG ulIconIndex)
  3100. {
  3101.    return SOM_ResolveD(this,M_WPRootFolder,M_WPFolder,wpclsQueryIconN)
  3102.     (this,ulIconIndex);
  3103. }
  3104.  
  3105.  
  3106. /* method: wpclsQueryOpenFolders */
  3107. WPFolder*   wpclsQueryOpenFolders(WPFolder* Folder,
  3108.         ULONG ulOption,
  3109.         BOOL fLock)
  3110. {
  3111.    return SOM_ResolveD(this,M_WPRootFolder,M_WPFolder,wpclsQueryOpenFolders)
  3112.     (this,Folder,ulOption,fLock);
  3113. }
  3114.  
  3115.  
  3116. /* method: wpclsInitData */
  3117. void   wpclsInitData()
  3118. {
  3119.    SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsInitData)
  3120.     (this);
  3121. }
  3122.  
  3123.  
  3124. /* method: wpclsQueryDefaultView */
  3125. ULONG   wpclsQueryDefaultView()
  3126. {
  3127.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsQueryDefaultView)
  3128.     (this);
  3129. }
  3130.  
  3131.  
  3132. /* method: wpclsQueryTitle */
  3133. PSZ   wpclsQueryTitle()
  3134. {
  3135.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsQueryTitle)
  3136.     (this);
  3137. }
  3138.  
  3139.  
  3140. /* method: wpclsQueryIconData */
  3141. ULONG   wpclsQueryIconData(PICONINFO pIconInfo)
  3142. {
  3143.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsQueryIconData)
  3144.     (this,pIconInfo);
  3145. }
  3146.  
  3147.  
  3148. /* method: wpclsQueryStyle */
  3149. ULONG   wpclsQueryStyle()
  3150. {
  3151.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsQueryStyle)
  3152.     (this);
  3153. }
  3154.  
  3155.  
  3156. /* method: wpclsQueryDefaultHelp */
  3157. BOOL   wpclsQueryDefaultHelp(PULONG pHelpPanelId,
  3158.         PSZ pszHelpLibrary)
  3159. {
  3160.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsQueryDefaultHelp)
  3161.     (this,pHelpPanelId,pszHelpLibrary);
  3162. }
  3163.  
  3164.  
  3165. /* method: wpclsQueryAwakeObject */
  3166. WPObject*   wpclsQueryAwakeObject(PSZ pszInputPath)
  3167. {
  3168.    return SOM_ResolveD(this,M_WPRootFolder,M_WPFileSystem,wpclsQueryAwakeObject)
  3169.     (this,pszInputPath);
  3170. }
  3171.  
  3172.  
  3173. /* method: wpclsFileSysExists */
  3174. WPObject*   wpclsFileSysExists(WPFolder* Folder,
  3175.         PSZ pszFilename,
  3176.         ULONG attrFile)
  3177. {
  3178.    return SOM_ResolveD(this,M_WPRootFolder,M_WPFileSystem,wpclsFileSysExists)
  3179.     (this,Folder,pszFilename,attrFile);
  3180. }
  3181.  
  3182.  
  3183. /* method: wpclsQueryObjectFromPath */
  3184. WPObject*   wpclsQueryObjectFromPath(PSZ pszFQPath)
  3185. {
  3186.    return SOM_ResolveD(this,M_WPRootFolder,M_WPFileSystem,wpclsQueryObjectFromPath)
  3187.     (this,pszFQPath);
  3188. }
  3189.  
  3190.  
  3191. /* method: wpclsQueryInstanceType */
  3192. PSZ   wpclsQueryInstanceType()
  3193. {
  3194.    return SOM_ResolveD(this,M_WPRootFolder,M_WPFileSystem,wpclsQueryInstanceType)
  3195.     (this);
  3196. }
  3197.  
  3198.  
  3199. /* method: wpclsQueryInstanceFilter */
  3200. PSZ   wpclsQueryInstanceFilter()
  3201. {
  3202.    return SOM_ResolveD(this,M_WPRootFolder,M_WPFileSystem,wpclsQueryInstanceFilter)
  3203.     (this);
  3204. }
  3205.  
  3206.  
  3207. /* method: wpclsQueryDetailsInfo */
  3208. ULONG   wpclsQueryDetailsInfo(PCLASSFIELDINFO* ppClassFieldInfo,
  3209.         PULONG pSize)
  3210. {
  3211.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsQueryDetailsInfo)
  3212.     (this,ppClassFieldInfo,pSize);
  3213. }
  3214.  
  3215.  
  3216. /* method: wpclsQuerySearchInfo */
  3217. void   wpclsQuerySearchInfo(M_WPObject** ClassExtended,
  3218.         M_WPObject** ClassCreate,
  3219.         PULONG pulClassCriteriaSize)
  3220. {
  3221.    SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsQuerySearchInfo)
  3222.     (this,ClassExtended,ClassCreate,pulClassCriteriaSize);
  3223. }
  3224.  
  3225.  
  3226. /* method: wpclsQueryExtendedCriteria */
  3227. BOOL   wpclsQueryExtendedCriteria(PSZ pszName,
  3228.         ULONG ulSearchType,
  3229.         PVOID pvoidExtendedCriteria)
  3230. {
  3231.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsQueryExtendedCriteria)
  3232.     (this,pszName,ulSearchType,pvoidExtendedCriteria);
  3233. }
  3234.  
  3235.  
  3236. /* method: wpclsNew */
  3237. WPObject*   wpclsNew(PSZ pszTitle,
  3238.         PSZ pszSetupEnv,
  3239.         WPFolder* Folder,
  3240.         BOOL fLock)
  3241. {
  3242.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsNew)
  3243.     (this,pszTitle,pszSetupEnv,Folder,fLock);
  3244. }
  3245.  
  3246.  
  3247. /* method: wpclsCreateDefaultTemplates */
  3248. BOOL   wpclsCreateDefaultTemplates(WPObject* Folder)
  3249. {
  3250.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsCreateDefaultTemplates)
  3251.     (this,Folder);
  3252. }
  3253.  
  3254.  
  3255. /* method: wpclsMakeAwake */
  3256. WPObject*   wpclsMakeAwake(PSZ pszTitle,
  3257.         ULONG ulStyle,
  3258.         HPOINTER hptrIcon,
  3259.         POBJDATA pObjData,
  3260.         WPFolder* Folder,
  3261.         ULONG ulUser)
  3262. {
  3263.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsMakeAwake)
  3264.     (this,pszTitle,ulStyle,hptrIcon,pObjData,Folder,ulUser);
  3265. }
  3266.  
  3267.  
  3268. /* method: wpclsQueryDetails */
  3269. PCLASSDETAILS   wpclsQueryDetails()
  3270. {
  3271.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsQueryDetails)
  3272.     (this);
  3273. }
  3274.  
  3275.  
  3276. /* method: wpclsQueryFolder */
  3277. WPObject*   wpclsQueryFolder(PSZ pszLocation,
  3278.         BOOL fLock)
  3279. {
  3280.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsQueryFolder)
  3281.     (this,pszLocation,fLock);
  3282. }
  3283.  
  3284.  
  3285. /* method: wpclsQueryIcon */
  3286. HPOINTER   wpclsQueryIcon()
  3287. {
  3288.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsQueryIcon)
  3289.     (this);
  3290. }
  3291.  
  3292.  
  3293. /* method: wpclsUnInitData */
  3294. void   wpclsUnInitData()
  3295. {
  3296.    SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsUnInitData)
  3297.     (this);
  3298. }
  3299.  
  3300.  
  3301. /* method: wpclsFindObjectFirst */
  3302. BOOL   wpclsFindObjectFirst(PCLASS pClassList,
  3303.         PHFIND phFind,
  3304.         PSZ pszTitle,
  3305.         WPFolder* Folder,
  3306.         BOOL fSubfolders,
  3307.         PVOID pExtendedCriteria,
  3308.         POBJECT pBuffer,
  3309.         PULONG pCount)
  3310. {
  3311.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsFindObjectFirst)
  3312.     (this,pClassList,phFind,pszTitle,Folder,fSubfolders,pExtendedCriteria,pBuffer,pCount);
  3313. }
  3314.  
  3315.  
  3316. /* method: wpclsFindObjectNext */
  3317. BOOL   wpclsFindObjectNext(HFIND hFind,
  3318.         POBJECT pBuffer,
  3319.         PULONG pCount)
  3320. {
  3321.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsFindObjectNext)
  3322.     (this,hFind,pBuffer,pCount);
  3323. }
  3324.  
  3325.  
  3326. /* method: wpclsFindObjectEnd */
  3327. BOOL   wpclsFindObjectEnd(HFIND hFind)
  3328. {
  3329.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsFindObjectEnd)
  3330.     (this,hFind);
  3331. }
  3332.  
  3333.  
  3334. /* method: wpclsSetError */
  3335. BOOL   wpclsSetError(ULONG ulErrorId)
  3336. {
  3337.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsSetError)
  3338.     (this,ulErrorId);
  3339. }
  3340.  
  3341.  
  3342. /* method: wpclsQueryError */
  3343. ULONG   wpclsQueryError()
  3344. {
  3345.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsQueryError)
  3346.     (this);
  3347. }
  3348.  
  3349.  
  3350. /* method: wpclsQuerySettingsPageSize */
  3351. BOOL   wpclsQuerySettingsPageSize(PSIZEL pSizl)
  3352. {
  3353.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsQuerySettingsPageSize)
  3354.     (this,pSizl);
  3355. }
  3356.  
  3357.  
  3358. /* method: wpclsQueryObject */
  3359. WPObject*   wpclsQueryObject(HOBJECT hObject)
  3360. {
  3361.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsQueryObject)
  3362.     (this,hObject);
  3363. }
  3364.  
  3365.  
  3366. /* method: wpclsQueryButtonAppearance */
  3367. ULONG   wpclsQueryButtonAppearance()
  3368. {
  3369.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsQueryButtonAppearance)
  3370.     (this);
  3371. }
  3372.  
  3373.  
  3374. /* method: wpclsDecUsage */
  3375. void   wpclsDecUsage()
  3376. {
  3377.    SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsDecUsage)
  3378.     (this);
  3379. }
  3380.  
  3381.  
  3382. /* method: wpclsIncUsage */
  3383. void   wpclsIncUsage()
  3384. {
  3385.    SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsIncUsage)
  3386.     (this);
  3387. }
  3388.  
  3389.  
  3390. /* method: wpclsInsertMultipleObjects */
  3391. BOOL   wpclsInsertMultipleObjects(HWND hwndCnr,
  3392.         PPOINTL pptlIcon,
  3393.         PVOID* pObjectArray,
  3394.         PVOID pRecordParent,
  3395.         ULONG NumRecords)
  3396. {
  3397.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsInsertMultipleObjects)
  3398.     (this,hwndCnr,pptlIcon,pObjectArray,pRecordParent,NumRecords);
  3399. }
  3400.  
  3401.  
  3402. /* method: wpclsFindOneObject */
  3403. WPObject*   wpclsFindOneObject(HWND hwndOwner,
  3404.         PSZ pszFindParams)
  3405. {
  3406.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsFindOneObject)
  3407.     (this,hwndOwner,pszFindParams);
  3408. }
  3409.  
  3410.  
  3411. /* method: wpclsSetSettingsPageSize */
  3412. BOOL   wpclsSetSettingsPageSize(PSIZEL pSizl)
  3413. {
  3414.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsSetSettingsPageSize)
  3415.     (this,pSizl);
  3416. }
  3417.  
  3418.  
  3419. /* method: wpclsSetIconData */
  3420. BOOL   wpclsSetIconData(PICONINFO pIconInfo)
  3421. {
  3422.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsSetIconData)
  3423.     (this,pIconInfo);
  3424. }
  3425.  
  3426.  
  3427. /* method: wpclsSetIcon */
  3428. BOOL   wpclsSetIcon(HPOINTER hptrNewIcon)
  3429. {
  3430.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsSetIcon)
  3431.     (this,hptrNewIcon);
  3432. }
  3433.  
  3434.  
  3435. /* method: wpclsObjectFromHandle */
  3436. WPObject*   wpclsObjectFromHandle(HOBJECT hObject)
  3437. {
  3438.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsObjectFromHandle)
  3439.     (this,hObject);
  3440. }
  3441.  
  3442.  
  3443. /* method: wpclsRemoveObjects */
  3444. BOOL   wpclsRemoveObjects(HWND hwndCnr,
  3445.         PVOID* pRecordArray,
  3446.         ULONG NumRecords,
  3447.         BOOL RemoveAll)
  3448. {
  3449.    return SOM_ResolveD(this,M_WPRootFolder,M_WPObject,wpclsRemoveObjects)
  3450.     (this,hwndCnr,pRecordArray,NumRecords,RemoveAll);
  3451. }
  3452.  
  3453.  
  3454. /* method: somUninit */
  3455. void   somUninit()
  3456. {
  3457.    SOM_ResolveD(this,M_WPRootFolder,SOMObject,somUninit)
  3458.     (this);
  3459. }
  3460.  
  3461.  
  3462. /* method: somClassReady */
  3463. void   somClassReady()
  3464. {
  3465.    SOM_ResolveD(this,M_WPRootFolder,SOMClass,somClassReady)
  3466.     (this);
  3467. }
  3468.  
  3469.  
  3470. /* method: somNew */
  3471. WPRootFolder*  somNew()
  3472. {
  3473.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somNew)
  3474.     (this);
  3475. }
  3476.  
  3477.  
  3478. /* method: somRenew */
  3479. SOMObject*   somRenew(void* obj)
  3480. {
  3481.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somRenew)
  3482.     (this,obj);
  3483. }
  3484.  
  3485.  
  3486. /* method: _get_somDataAlignment */
  3487. long   _get_somDataAlignment()
  3488. {
  3489.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,_get_somDataAlignment)
  3490.     (this);
  3491. }
  3492.  
  3493.  
  3494. /* nonstatic method: _get_somInstanceDataOffsets */
  3495. SOMClass_somOffsets   _get_somInstanceDataOffsets()
  3496. {
  3497.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,_get_somInstanceDataOffsets)
  3498.     (this);
  3499. }
  3500.  
  3501.  
  3502. /* nonstatic method: _get_somDirectInitClasses */
  3503. SOMClass_SOMClassSequence   _get_somDirectInitClasses()
  3504. {
  3505.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,_get_somDirectInitClasses)
  3506.     (this);
  3507. }
  3508.  
  3509.  
  3510. /* nonstatic method: _set_somDirectInitClasses */
  3511. void   _set_somDirectInitClasses(SOMClass_SOMClassSequence* somDirectInitClasses)
  3512. {
  3513.    SOM_ResolveD(this,M_WPRootFolder,SOMClass,_set_somDirectInitClasses)
  3514.     (this,somDirectInitClasses);
  3515. }
  3516.  
  3517.  
  3518. /* method: somNewNoInit */
  3519. SOMObject*   somNewNoInit()
  3520. {
  3521.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somNewNoInit)
  3522.     (this);
  3523. }
  3524.  
  3525.  
  3526. /* method: somRenewNoInit */
  3527. SOMObject*   somRenewNoInit(void* obj)
  3528. {
  3529.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somRenewNoInit)
  3530.     (this,obj);
  3531. }
  3532.  
  3533.  
  3534. /* method: somRenewNoZero */
  3535. SOMObject*   somRenewNoZero(void* obj)
  3536. {
  3537.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somRenewNoZero)
  3538.     (this,obj);
  3539. }
  3540.  
  3541.  
  3542. /* method: somRenewNoInitNoZero */
  3543. SOMObject*   somRenewNoInitNoZero(void* obj)
  3544. {
  3545.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somRenewNoInitNoZero)
  3546.     (this,obj);
  3547. }
  3548.  
  3549.  
  3550. /* nonstatic method: somAllocate */
  3551. string   somAllocate(long size)
  3552. {
  3553.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somAllocate)
  3554.     (this,size);
  3555. }
  3556.  
  3557.  
  3558. /* nonstatic method: somDeallocate */
  3559. void   somDeallocate(string memptr)
  3560. {
  3561.    SOM_ResolveD(this,M_WPRootFolder,SOMClass,somDeallocate)
  3562.     (this,memptr);
  3563. }
  3564.  
  3565.  
  3566. /* nonstatic method: _get_somClassAllocate */
  3567. somMethodProc*   _get_somClassAllocate()
  3568. {
  3569.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,_get_somClassAllocate)
  3570.     (this);
  3571. }
  3572.  
  3573.  
  3574. /* nonstatic method: _get_somClassDeallocate */
  3575. somMethodProc*   _get_somClassDeallocate()
  3576. {
  3577.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,_get_somClassDeallocate)
  3578.     (this);
  3579. }
  3580.  
  3581.  
  3582. /* method: somGetInstanceInitMask */
  3583. somBooleanVector   somGetInstanceInitMask(somInitCtrl* ctrl)
  3584. {
  3585.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetInstanceInitMask)
  3586.     (this,ctrl);
  3587. }
  3588.  
  3589.  
  3590. /* method: somGetInstanceDestructionMask */
  3591. somBooleanVector   somGetInstanceDestructionMask(somDestructCtrl* ctrl)
  3592. {
  3593.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetInstanceDestructionMask)
  3594.     (this,ctrl);
  3595. }
  3596.  
  3597.  
  3598. /* method: somGetInstanceAssignmentMask */
  3599. somBooleanVector   somGetInstanceAssignmentMask(somAssignCtrl* ctrl)
  3600. {
  3601.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetInstanceAssignmentMask)
  3602.     (this,ctrl);
  3603. }
  3604.  
  3605.  
  3606. /* method: somInitClass */
  3607. void   somInitClass(string className,
  3608.         SOMClass* parentClass,
  3609.         long dataSize,
  3610.         long maxStaticMethods,
  3611.         long majorVersion,
  3612.         long minorVersion)
  3613. {
  3614.    SOM_ResolveD(this,M_WPRootFolder,SOMClass,somInitClass)
  3615.     (this,className,parentClass,dataSize,maxStaticMethods,majorVersion,minorVersion);
  3616. }
  3617.  
  3618.  
  3619. /* method: somInitMIClass */
  3620. void   somInitMIClass(long inherit_vars,
  3621.         string className,
  3622.         SOMClass_SOMClassSequence* parentClasses,
  3623.         long dataSize,
  3624.         long dataAlignment,
  3625.         long maxStaticMethods,
  3626.         long majorVersion,
  3627.         long minorVersion)
  3628. {
  3629.    SOM_ResolveD(this,M_WPRootFolder,SOMClass,somInitMIClass)
  3630.     (this,inherit_vars,className,parentClasses,dataSize,dataAlignment,maxStaticMethods,majorVersion,minorVersion);
  3631. }
  3632.  
  3633.  
  3634. /* method: somAddStaticMethod */
  3635. somMToken   somAddStaticMethod(somId methodId,
  3636.         somId methodDescriptor,
  3637.         somMethodPtr method,
  3638.         somMethodPtr redispatchStub,
  3639.         somMethodPtr applyStub)
  3640. {
  3641.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somAddStaticMethod)
  3642.     (this,methodId,methodDescriptor,method,redispatchStub,applyStub);
  3643. }
  3644.  
  3645.  
  3646. /* method: somAddDynamicMethod */
  3647. void   somAddDynamicMethod(somId methodId,
  3648.         somId methodDescriptor,
  3649.         somMethodPtr method,
  3650.         somMethodPtr applyStub)
  3651. {
  3652.    SOM_ResolveD(this,M_WPRootFolder,SOMClass,somAddDynamicMethod)
  3653.     (this,methodId,methodDescriptor,method,applyStub);
  3654. }
  3655.  
  3656.  
  3657. /* method: somOverrideSMethod */
  3658. void   somOverrideSMethod(somId methodId,
  3659.         somMethodPtr method)
  3660. {
  3661.    SOM_ResolveD(this,M_WPRootFolder,SOMClass,somOverrideSMethod)
  3662.     (this,methodId,method);
  3663. }
  3664.  
  3665.  
  3666. /* method: somGetApplyStub */
  3667. somMethodPtr   somGetApplyStub(somId methodId)
  3668. {
  3669.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetApplyStub)
  3670.     (this,methodId);
  3671. }
  3672.  
  3673.  
  3674. /* method: somGetClassData */
  3675. somClassDataStructure*   somGetClassData()
  3676. {
  3677.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetClassData)
  3678.     (this);
  3679. }
  3680.  
  3681.  
  3682. /* method: somSetClassData */
  3683. void   somSetClassData(somClassDataStructure* cds)
  3684. {
  3685.    SOM_ResolveD(this,M_WPRootFolder,SOMClass,somSetClassData)
  3686.     (this,cds);
  3687. }
  3688.  
  3689.  
  3690. /* method: somGetClassMtab */
  3691. somMethodTab*   somGetClassMtab()
  3692. {
  3693.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetClassMtab)
  3694.     (this);
  3695. }
  3696.  
  3697.  
  3698. /* method: somGetInstanceOffset */
  3699. long   somGetInstanceOffset()
  3700. {
  3701.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetInstanceOffset)
  3702.     (this);
  3703. }
  3704.  
  3705.  
  3706. /* method: somGetInstancePartSize */
  3707. long   somGetInstancePartSize()
  3708. {
  3709.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetInstancePartSize)
  3710.     (this);
  3711. }
  3712.  
  3713.  
  3714. /* method: somGetInstanceSize */
  3715. long   somGetInstanceSize()
  3716. {
  3717.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetInstanceSize)
  3718.     (this);
  3719. }
  3720.  
  3721.  
  3722. /* method: somGetInstanceToken */
  3723. somDToken   somGetInstanceToken()
  3724. {
  3725.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetInstanceToken)
  3726.     (this);
  3727. }
  3728.  
  3729.  
  3730. /* method: somGetMemberToken */
  3731. somDToken   somGetMemberToken(long memberOffset,
  3732.         somDToken instanceToken)
  3733. {
  3734.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetMemberToken)
  3735.     (this,memberOffset,instanceToken);
  3736. }
  3737.  
  3738.  
  3739. /* method: somGetMethodData */
  3740. boolean   somGetMethodData(somId methodId,
  3741.         somMethodData* md)
  3742. {
  3743.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetMethodData)
  3744.     (this,methodId,md);
  3745. }
  3746.  
  3747.  
  3748. /* method: somGetRdStub */
  3749. somMethodProc*   somGetRdStub(somId methodId)
  3750. {
  3751.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetRdStub)
  3752.     (this,methodId);
  3753. }
  3754.  
  3755.  
  3756. /* method: somGetMethodDescriptor */
  3757. somId   somGetMethodDescriptor(somId methodId)
  3758. {
  3759.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetMethodDescriptor)
  3760.     (this,methodId);
  3761. }
  3762.  
  3763.  
  3764. /* method: somGetMethodIndex */
  3765. long   somGetMethodIndex(somId id)
  3766. {
  3767.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetMethodIndex)
  3768.     (this,id);
  3769. }
  3770.  
  3771.  
  3772. /* method: somGetMethodToken */
  3773. somMToken   somGetMethodToken(somId methodId)
  3774. {
  3775.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetMethodToken)
  3776.     (this,methodId);
  3777. }
  3778.  
  3779.  
  3780. /* method: somGetName */
  3781. string   somGetName()
  3782. {
  3783.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetName)
  3784.     (this);
  3785. }
  3786.  
  3787.  
  3788. /* method: somGetNthMethodData */
  3789. boolean   somGetNthMethodData(long n,
  3790.         somMethodData* md)
  3791. {
  3792.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetNthMethodData)
  3793.     (this,n,md);
  3794. }
  3795.  
  3796.  
  3797. /* method: somGetNthMethodInfo */
  3798. somId   somGetNthMethodInfo(long n,
  3799.         somId* descriptor)
  3800. {
  3801.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetNthMethodInfo)
  3802.     (this,n,descriptor);
  3803. }
  3804.  
  3805.  
  3806. /* method: somGetNumMethods */
  3807. long   somGetNumMethods()
  3808. {
  3809.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetNumMethods)
  3810.     (this);
  3811. }
  3812.  
  3813.  
  3814. /* method: somGetNumStaticMethods */
  3815. long   somGetNumStaticMethods()
  3816. {
  3817.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetNumStaticMethods)
  3818.     (this);
  3819. }
  3820.  
  3821.  
  3822. /* method: somGetParent */
  3823. SOMClass*   somGetParent()
  3824. {
  3825.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetParent)
  3826.     (this);
  3827. }
  3828.  
  3829.  
  3830. /* method: somGetParents */
  3831. SOMClass_SOMClassSequence   somGetParents()
  3832. {
  3833.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetParents)
  3834.     (this);
  3835. }
  3836.  
  3837.  
  3838. /* method: somGetPClsMtab */
  3839. somMethodTabs   somGetPClsMtab()
  3840. {
  3841.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetPClsMtab)
  3842.     (this);
  3843. }
  3844.  
  3845.  
  3846. /* method: somGetPClsMtabs */
  3847. somMethodTabs   somGetPClsMtabs()
  3848. {
  3849.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetPClsMtabs)
  3850.     (this);
  3851. }
  3852.  
  3853.  
  3854. /* method: somGetVersionNumbers */
  3855. void   somGetVersionNumbers(long* majorVersion,
  3856.         long* minorVersion)
  3857. {
  3858.    SOM_ResolveD(this,M_WPRootFolder,SOMClass,somGetVersionNumbers)
  3859.     (this,majorVersion,minorVersion);
  3860. }
  3861.  
  3862.  
  3863. /* method: somSetMethodDescriptor */
  3864. boolean   somSetMethodDescriptor(somId methodId,
  3865.         somId descriptor)
  3866. {
  3867.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somSetMethodDescriptor)
  3868.     (this,methodId,descriptor);
  3869. }
  3870.  
  3871.  
  3872. /* method: somFindMethod */
  3873. boolean   somFindMethod(somId methodId,
  3874.         somMethodPtr* m)
  3875. {
  3876.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somFindMethod)
  3877.     (this,methodId,m);
  3878. }
  3879.  
  3880.  
  3881. /* method: somFindMethodOk */
  3882. boolean   somFindMethodOk(somId methodId,
  3883.         somMethodPtr* m)
  3884. {
  3885.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somFindMethodOk)
  3886.     (this,methodId,m);
  3887. }
  3888.  
  3889.  
  3890. /* method: somFindSMethod */
  3891. somMethodPtr   somFindSMethod(somId methodId)
  3892. {
  3893.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somFindSMethod)
  3894.     (this,methodId);
  3895. }
  3896.  
  3897.  
  3898. /* method: somFindSMethodOk */
  3899. somMethodPtr   somFindSMethodOk(somId methodId)
  3900. {
  3901.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somFindSMethodOk)
  3902.     (this,methodId);
  3903. }
  3904.  
  3905.  
  3906. /* method: somLookupMethod */
  3907. somMethodPtr   somLookupMethod(somId methodId)
  3908. {
  3909.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somLookupMethod)
  3910.     (this,methodId);
  3911. }
  3912.  
  3913.  
  3914. /* method: somCheckVersion */
  3915. boolean   somCheckVersion(long majorVersion,
  3916.         long minorVersion)
  3917. {
  3918.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somCheckVersion)
  3919.     (this,majorVersion,minorVersion);
  3920. }
  3921.  
  3922.  
  3923. /* method: somDescendedFrom */
  3924. boolean   somDescendedFrom(SOMClass* aClassObj)
  3925. {
  3926.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somDescendedFrom)
  3927.     (this,aClassObj);
  3928. }
  3929.  
  3930.  
  3931. /* method: somSupportsMethod */
  3932. boolean   somSupportsMethod(somId mId)
  3933. {
  3934.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somSupportsMethod)
  3935.     (this,mId);
  3936. }
  3937.  
  3938.  
  3939. /* method: somDefinedMethod */
  3940. somMethodPtr   somDefinedMethod(somMToken method)
  3941. {
  3942.    return SOM_ResolveD(this,M_WPRootFolder,SOMClass,somDefinedMethod)
  3943.     (this,method);
  3944. }
  3945.  
  3946.  
  3947. /* method: somOverrideMtab */
  3948. void   somOverrideMtab()
  3949. {
  3950.    SOM_ResolveD(this,M_WPRootFolder,SOMClass,somOverrideMtab)
  3951.     (this);
  3952. }
  3953.  
  3954.  
  3955. /* initializer method: somDefaultInit */
  3956. void   somDefaultInit(somInitCtrl* ctrl)
  3957. {
  3958.    SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDefaultInit)
  3959.     (this,ctrl);
  3960. }
  3961.  
  3962.  
  3963. /* method: somDestruct */
  3964. void   somDestruct(octet doFree,
  3965.         somDestructCtrl* ctrl)
  3966. {
  3967.    SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDestruct)
  3968.     (this,doFree,ctrl);
  3969. }
  3970.  
  3971.  
  3972. /* method: somDefaultCopyInit */
  3973. void   somDefaultCopyInit(somInitCtrl* ctrl,
  3974.         SOMObject* fromObj)
  3975. {
  3976.    SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDefaultCopyInit)
  3977.     (this,ctrl,fromObj);
  3978. }
  3979.  
  3980.  
  3981. /* method: somDefaultAssign */
  3982. M_WPRootFolder*  somDefaultAssign(somAssignCtrl* ctrl,
  3983.         SOMObject* fromObj)
  3984. {
  3985.    return SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDefaultAssign)
  3986.     (this,ctrl,fromObj);
  3987. }
  3988.  
  3989.  
  3990. /* method: somDefaultConstCopyInit */
  3991. void   somDefaultConstCopyInit(somInitCtrl* ctrl,
  3992.         SOMObject* fromObj)
  3993. {
  3994.    SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDefaultConstCopyInit)
  3995.     (this,ctrl,fromObj);
  3996. }
  3997.  
  3998.  
  3999. /* method: somDefaultVCopyInit */
  4000. void   somDefaultVCopyInit(somInitCtrl* ctrl,
  4001.         SOMObject* fromObj)
  4002. {
  4003.    SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDefaultVCopyInit)
  4004.     (this,ctrl,fromObj);
  4005. }
  4006.  
  4007.  
  4008. /* method: somDefaultConstVCopyInit */
  4009. void   somDefaultConstVCopyInit(somInitCtrl* ctrl,
  4010.         SOMObject* fromObj)
  4011. {
  4012.    SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDefaultConstVCopyInit)
  4013.     (this,ctrl,fromObj);
  4014. }
  4015.  
  4016.  
  4017. /* method: somDefaultConstAssign */
  4018. M_WPRootFolder*  somDefaultConstAssign(somAssignCtrl* ctrl,
  4019.         SOMObject* fromObj)
  4020. {
  4021.    return SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDefaultConstAssign)
  4022.     (this,ctrl,fromObj);
  4023. }
  4024.  
  4025.  
  4026. /* method: somDefaultVAssign */
  4027. M_WPRootFolder*  somDefaultVAssign(somAssignCtrl* ctrl,
  4028.         SOMObject* fromObj)
  4029. {
  4030.    return SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDefaultVAssign)
  4031.     (this,ctrl,fromObj);
  4032. }
  4033.  
  4034.  
  4035. /* method: somDefaultConstVAssign */
  4036. M_WPRootFolder*  somDefaultConstVAssign(somAssignCtrl* ctrl,
  4037.         SOMObject* fromObj)
  4038. {
  4039.    return SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDefaultConstVAssign)
  4040.     (this,ctrl,fromObj);
  4041. }
  4042.  
  4043.  
  4044. /* method: somInit */
  4045. void   somInit()
  4046. {
  4047.    SOM_ResolveD(this,M_WPRootFolder,SOMObject,somInit)
  4048.     (this);
  4049. }
  4050.  
  4051.  
  4052. /* method: somFree */
  4053. void   somFree()
  4054. {
  4055.    SOM_ResolveD(this,M_WPRootFolder,SOMObject,somFree)
  4056.     (this);
  4057. }
  4058.  
  4059.  
  4060. /* method: somGetClass */
  4061. SOMClass*   somGetClass()
  4062. {
  4063.    return SOM_ResolveD(this,M_WPRootFolder,SOMObject,somGetClass)
  4064.     (this);
  4065. }
  4066.  
  4067.  
  4068. /* method: somGetClassName */
  4069. string   somGetClassName()
  4070. {
  4071.    return SOM_ResolveD(this,M_WPRootFolder,SOMObject,somGetClassName)
  4072.     (this);
  4073. }
  4074.  
  4075.  
  4076. /* method: somGetSize */
  4077. long   somGetSize()
  4078. {
  4079.    return SOM_ResolveD(this,M_WPRootFolder,SOMObject,somGetSize)
  4080.     (this);
  4081. }
  4082.  
  4083.  
  4084. /* method: somIsA */
  4085. boolean   somIsA(SOMClass* aClassObj)
  4086. {
  4087.    return SOM_ResolveD(this,M_WPRootFolder,SOMObject,somIsA)
  4088.     (this,aClassObj);
  4089. }
  4090.  
  4091.  
  4092. /* method: somIsInstanceOf */
  4093. boolean   somIsInstanceOf(SOMClass* aClassObj)
  4094. {
  4095.    return SOM_ResolveD(this,M_WPRootFolder,SOMObject,somIsInstanceOf)
  4096.     (this,aClassObj);
  4097. }
  4098.  
  4099.  
  4100. /* method: somRespondsTo */
  4101. boolean   somRespondsTo(somId mId)
  4102. {
  4103.    return SOM_ResolveD(this,M_WPRootFolder,SOMObject,somRespondsTo)
  4104.     (this,mId);
  4105. }
  4106.  
  4107.  
  4108. /* va_list method: somDispatch */
  4109. /* the va_list invocation form */
  4110. boolean   M_WPRootFolder_somDispatch(somToken* retValue,
  4111.         somId methodId,
  4112.         va_list ap)
  4113. {
  4114. return SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDispatch)
  4115.     (this,retValue,methodId,ap);
  4116. }
  4117.  
  4118. /* the varargs invocation form */
  4119. boolean   somDispatch(somToken* retValue,
  4120.         somId methodId,
  4121.         ...)
  4122. {
  4123.    va_list ap;
  4124.    va_start(ap, methodId);
  4125.    boolean __somResult = 
  4126.       SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDispatch)
  4127.     (this,retValue,methodId,ap);
  4128.    va_end(ap);
  4129.    return __somResult;
  4130. }
  4131.  
  4132.  
  4133. /* va_list method: somClassDispatch */
  4134. /* the va_list invocation form */
  4135. boolean   M_WPRootFolder_somClassDispatch(SOMClass* clsObj,
  4136.         somToken* retValue,
  4137.         somId methodId,
  4138.         va_list ap)
  4139. {
  4140. return SOM_ResolveD(this,M_WPRootFolder,SOMObject,somClassDispatch)
  4141.     (this,clsObj,retValue,methodId,ap);
  4142. }
  4143.  
  4144. /* the varargs invocation form */
  4145. boolean   somClassDispatch(SOMClass* clsObj,
  4146.         somToken* retValue,
  4147.         somId methodId,
  4148.         ...)
  4149. {
  4150.    va_list ap;
  4151.    va_start(ap, methodId);
  4152.    boolean __somResult = 
  4153.       SOM_ResolveD(this,M_WPRootFolder,SOMObject,somClassDispatch)
  4154.     (this,clsObj,retValue,methodId,ap);
  4155.    va_end(ap);
  4156.    return __somResult;
  4157. }
  4158.  
  4159.  
  4160. /* method: somCastObj */
  4161. boolean   somCastObj(SOMClass* cls)
  4162. {
  4163.    return SOM_ResolveD(this,M_WPRootFolder,SOMObject,somCastObj)
  4164.     (this,cls);
  4165. }
  4166.  
  4167.  
  4168. /* method: somResetObj */
  4169. boolean   somResetObj()
  4170. {
  4171.    return SOM_ResolveD(this,M_WPRootFolder,SOMObject,somResetObj)
  4172.     (this);
  4173. }
  4174.  
  4175.  
  4176. /* va_list method: somDispatchV */
  4177. /* the va_list invocation form */
  4178. void   M_WPRootFolder_somDispatchV(somId methodId,
  4179.         somId descriptor,
  4180.         va_list ap)
  4181. {
  4182.    SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDispatchV)
  4183.     (this,methodId,descriptor,ap);
  4184. }
  4185.  
  4186. /* the varargs invocation form */
  4187. void   somDispatchV(somId methodId,
  4188.         somId descriptor,
  4189.         ...)
  4190. {
  4191.    va_list ap;
  4192.    va_start(ap, descriptor);
  4193.    SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDispatchV)
  4194.     (this,methodId,descriptor,ap);
  4195.    va_end(ap);
  4196. }
  4197.  
  4198.  
  4199. /* va_list method: somDispatchL */
  4200. /* the va_list invocation form */
  4201. long   M_WPRootFolder_somDispatchL(somId methodId,
  4202.         somId descriptor,
  4203.         va_list ap)
  4204. {
  4205. return SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDispatchL)
  4206.     (this,methodId,descriptor,ap);
  4207. }
  4208.  
  4209. /* the varargs invocation form */
  4210. long   somDispatchL(somId methodId,
  4211.         somId descriptor,
  4212.         ...)
  4213. {
  4214.    va_list ap;
  4215.    va_start(ap, descriptor);
  4216.    long __somResult = 
  4217.       SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDispatchL)
  4218.     (this,methodId,descriptor,ap);
  4219.    va_end(ap);
  4220.    return __somResult;
  4221. }
  4222.  
  4223.  
  4224. /* va_list method: somDispatchA */
  4225. /* the va_list invocation form */
  4226. void*   M_WPRootFolder_somDispatchA(somId methodId,
  4227.         somId descriptor,
  4228.         va_list ap)
  4229. {
  4230. return SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDispatchA)
  4231.     (this,methodId,descriptor,ap);
  4232. }
  4233.  
  4234. /* the varargs invocation form */
  4235. void*   somDispatchA(somId methodId,
  4236.         somId descriptor,
  4237.         ...)
  4238. {
  4239.    va_list ap;
  4240.    va_start(ap, descriptor);
  4241.    void* __somResult = 
  4242.       SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDispatchA)
  4243.     (this,methodId,descriptor,ap);
  4244.    va_end(ap);
  4245.    return __somResult;
  4246. }
  4247.  
  4248.  
  4249. /* va_list method: somDispatchD */
  4250. /* the va_list invocation form */
  4251. double   M_WPRootFolder_somDispatchD(somId methodId,
  4252.         somId descriptor,
  4253.         va_list ap)
  4254. {
  4255. return SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDispatchD)
  4256.     (this,methodId,descriptor,ap);
  4257. }
  4258.  
  4259. /* the varargs invocation form */
  4260. double   somDispatchD(somId methodId,
  4261.         somId descriptor,
  4262.         ...)
  4263. {
  4264.    va_list ap;
  4265.    va_start(ap, descriptor);
  4266.    double __somResult = 
  4267.       SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDispatchD)
  4268.     (this,methodId,descriptor,ap);
  4269.    va_end(ap);
  4270.    return __somResult;
  4271. }
  4272.  
  4273.  
  4274. /* method: somPrintSelf */
  4275. SOMObject*   somPrintSelf()
  4276. {
  4277.    return SOM_ResolveD(this,M_WPRootFolder,SOMObject,somPrintSelf)
  4278.     (this);
  4279. }
  4280.  
  4281.  
  4282. /* method: somDumpSelf */
  4283. void   somDumpSelf(long level)
  4284. {
  4285.    SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDumpSelf)
  4286.     (this,level);
  4287. }
  4288.  
  4289.  
  4290. /* method: somDumpSelfInt */
  4291. void   somDumpSelfInt(long level)
  4292. {
  4293.    SOM_ResolveD(this,M_WPRootFolder,SOMObject,somDumpSelfInt)
  4294.     (this,level);
  4295. }
  4296.  
  4297.  
  4298.  
  4299. };   /* M_WPRootFolder */
  4300.  
  4301.  
  4302.  
  4303. #endif       /* SOM_M_WPRootFolder_xh */
  4304.