ホーム › System.Search › ISearchCatalogManager
ISearchCatalogManager
COMメソッド 26
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT get_Name(LPWSTR* pszName) |
| 4 | HRESULT GetParameter(LPWSTR pszName, PROPVARIANT** ppValue) |
| 5 | HRESULT SetParameter(LPWSTR pszName, PROPVARIANT* pValue) |
| 6 | HRESULT GetCatalogStatus(CatalogStatus* pStatus, CatalogPausedReason* pPausedReason) |
| 7 | HRESULT Reset() |
| 8 | HRESULT Reindex() |
| 9 | HRESULT ReindexMatchingURLs(LPWSTR pszPattern) |
| 10 | HRESULT ReindexSearchRoot(LPWSTR pszRootURL) |
| 11 | HRESULT put_ConnectTimeout(DWORD dwConnectTimeout) |
| 12 | HRESULT get_ConnectTimeout(DWORD* pdwConnectTimeout) |
| 13 | HRESULT put_DataTimeout(DWORD dwDataTimeout) |
| 14 | HRESULT get_DataTimeout(DWORD* pdwDataTimeout) |
| 15 | HRESULT NumberOfItems(INT* plCount) |
| 16 | HRESULT NumberOfItemsToIndex(INT* plIncrementalCount, INT* plNotificationQueue, INT* plHighPriorityQueue) |
| 17 | HRESULT URLBeingIndexed(LPWSTR* pszUrl) |
| 18 | HRESULT GetURLIndexingState(LPWSTR pszURL, DWORD* pdwState) |
| 19 | HRESULT GetPersistentItemsChangedSink(ISearchPersistentItemsChangedSink** ppISearchPersistentItemsChangedSink) |
| 20 | HRESULT RegisterViewForNotification(LPWSTR pszView, ISearchViewChangedSink* pViewChangedSink, DWORD* pdwCookie) |
| 21 | HRESULT GetItemsChangedSink(ISearchNotifyInlineSite* pISearchNotifyInlineSite, GUID* riid, void** ppv, GUID* pGUIDCatalogResetSignature, GUID* pGUIDCheckPointSignature, DWORD* pdwLastCheckPointNumber) |
| 22 | HRESULT UnregisterViewForNotification(DWORD dwCookie) |
| 23 | HRESULT SetExtensionClusion(LPWSTR pszExtension, BOOL fExclude) |
| 24 | HRESULT EnumerateExcludedExtensions(IEnumString** ppExtensions) |
| 25 | HRESULT GetQueryHelper(ISearchQueryHelper** ppSearchQueryHelper) |
| 26 | HRESULT put_DiacriticSensitivity(BOOL fDiacriticSensitive) |
| 27 | HRESULT get_DiacriticSensitivity(BOOL* pfDiacriticSensitive) |
| 28 | HRESULT GetCrawlScopeManager(ISearchCrawlScopeManager** ppCrawlScopeManager) |