home *** CD-ROM | disk | FTP | other *** search
- // webber.odl : type library source for webber.exe
-
- // This file will be processed by the Make Type Library (mktyplib) tool to
- // produce the type library (webber.tlb).
-
- [ uuid(3824BCD5-7042-11CE-8E17-0020AF9F9648), version(1.0) ]
- library webber
- {
- importlib("stdole32.tlb");
-
- // Primary dispatch interface for CWebberAutomation
-
- [ uuid(8BBD4A72-661D-11CF-A3C4-00A024184692) ]
- dispinterface IWebber
- {
- properties:
- // NOTE - ClassWizard will maintain property information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_PROP(CWebberAutomation)
- //}}AFX_ODL_PROP
-
- methods:
- // NOTE - ClassWizard will maintain method information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_METHOD(CWebberAutomation)
- [id(1)] long vtiCreateWeb(BSTR szServerURL, BSTR szWebName);
- [id(2)] void vtiRefreshWebFromServer();
- [id(3)] long vtiPutDocument(BSTR szFileName, BSTR szURL, boolean bBlockingRequest);
- [id(4)] long vtiPutWebMetaInfo(BSTR szNameValuePairs);
- [id(5)] void vtiSetWebRecalcDependencies(boolean bRecalcOn);
- [id(6)] BSTR vtiGetWebPageMetaInfo(BSTR szURL, BSTR szKeyName);
- [id(7)] long vtiRemoveWebPages(BSTR pszPageList);
- [id(9)] void vtiBringToTop();
- [id(11)] BSTR vtiGetWebTitle();
- [id(12)] BSTR vtiGetWebURL();
- [id(13)] void vtiPromptOpenWeb();
- [id(14)] long vtiRemoveWeb(BSTR szWebName);
- [id(15)] boolean vtiIsPageInWeb(BSTR szURL);
- [id(17)] BSTR vtiGetWebMetaInfo(BSTR szKey);
- [id(18)] BSTR vtiGetPageList(long lType);
- [id(19)] boolean vtiPutDocuments(BSTR szFileList, BSTR szUrlList);
- [id(20)] void vtiCancelRequests();
- [id(21)] boolean vtiOpenWeb(BSTR pszServer, BSTR pszWebName, BSTR pszUser);
- [id(22)] long vtiEditWebPage(BSTR pszPageURL);
- [id(23)] long vtiPutWebPageMetaInfo(BSTR pszURL, BSTR pszNameValuePairs);
- [id(24)] long vtiGetDocToFile(BSTR pszUrl, BSTR pszFilename);
- [id(27)] long vtiCreateFolder(BSTR pszFolderUrl);
- [id(28)] BSTR vtiGetFoldersList(BSTR pszParentFolderUrl);
- [id(29)] BSTR vtiGetPagesInFolder(BSTR pszFolderUrl, long lType);
- [id(34)] boolean vtiOpenWebWithPassword(BSTR pszServer, BSTR pszWebName, BSTR pszUser, BSTR pszPassword);
- [id(35)] BSTR vtiListWebs(BSTR pszServer, BSTR pszUser, BSTR pszPassword);
- [id(36)] void vtiDisableErrorDialogs(boolean bYesNo);
- [id(37)] void vtiQuit();
- [id(38)] long vtiPublishWeb(BSTR pszServerUrl, BSTR pszWebName, long dwFlags, BSTR pszUser, BSTR pszPassword);
- [id(40)] long vtiRenameDocument(BSTR pszURL, BSTR pszNewURL, boolean bUpdateBacklinks, boolean bIsFolder, boolean bCopy, boolean bForceOverwrite);
- [id(41)] long vtiIsFeatureSupported(BSTR pszFeature);
- [id(42)] BSTR vtiListThemes();
- [id(43)] long vtiApplyTheme(BSTR pszName, long dParams, BSTR fileList);
- [id(44)] BSTR vtiGetTheme(BSTR pszThemeDirName, BSTR pszLocThemesDir);
- [id(45)] long vtiPutTheme(BSTR pszThemeDirname, BSTR pszThemeVersion, BSTR pszFileList, BSTR pszLocThemesDir);
- [id(55)] long vtiPutWebStructure(BSTR pszModifications);
- [id(56)] BSTR vtiGetWebStructureRelations(BSTR pszUrl, long lRelationType);
- [id(57)] BSTR vtiReturnDBWRoot(BSTR pszFileURL);
- [id(58)] long vtiMakeThemeFresh(BSTR pszWebUrl, BSTR pszThemeName, boolean bAllowUpload, boolean bAllowDownload);
- [id(59)] boolean vtiSetCurrentView(long nViewID, boolean bTransferSelection, long nFlags);
- [id(60)] boolean vtiIsFolderInWeb(BSTR pszFolderUrl);
- [id(61)] boolean vtiSetFolderOptions(BSTR pszFolder, boolean bExecutable, boolean bReadable);
- [id(65)] boolean vtiRefreshThemeList();
- [id(66)] boolean vtiSetEditor(BSTR szType,BSTR szName,BSTR szCommand);
- //}}AFX_ODL_METHOD
-
- };
-
- // Class information for CWebberAutomation
-
- // 3.0 GUID
- [ uuid(388ED910-7FD2-11D0-A60B-00A0C90A43C9) ]
- coclass CWebberAutomation
- {
- [default] dispinterface IWebber;
- };
-
-
- // Primary dispatch interface for CWeb
-
- [ uuid(8BBD4A73-661D-11CF-A3C4-00A024184692) ]
- dispinterface IWeb
- {
- properties:
- // NOTE - ClassWizard will maintain property information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_PROP(CWeb)
- //}}AFX_ODL_PROP
-
- methods:
- // NOTE - ClassWizard will maintain method information here.
- // Use extreme caution when editing this section.
- //{{AFX_ODL_METHOD(CWeb)
- //}}AFX_ODL_METHOD
-
- };
-
- // Class information for CWeb
-
- [ uuid(8BBD4A74-661D-11CF-A3C4-00A024184692) ]
- coclass CWeb
- {
- [default] dispinterface IWeb;
- };
-
- //{{AFX_APPEND_ODL}}
- };
-