共用方式為


ISimpleCommandCreator::VerifyCatalog 方法 (indexsrv.h)

驗證目錄位置。

語法

HRESULT VerifyCatalog(
  const WCHAR *pwszMachine,
  const WCHAR *pwszCatalogName
);

參數

pwszMachine

目錄所在的機器。

pwszCatalogName

目錄的名稱。

傳回值

如果目錄可供存取,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

需求

   
最低支援的用戶端 Windows 2000 專業版 [僅限傳統型應用程式]
最低支援的伺服器 Windows 2000 Server [僅限傳統型應用程式]
目標平台 Windows
標頭 indexsrv.h
可轉散發套件 Windows NT 4.0 選項套件

另請參閱

ISimpleCommandCreator