共用方式為


FULLPROPSPEC 結構 (filter.h)

注意

從 Windows XP 開始,不再支援編制索引服務,無法從 Windows 8 開始使用。 請改用 Windows 搜尋 進行用戶端搜尋,並使用 Microsoft Search Server Express 進行伺服器端搜尋。

指定屬性集和屬性集中的屬性。

語法

typedef struct tagFULLPROPSPEC {
  GUID     guidPropSet;
  PROPSPEC psProperty;
} FULLPROPSPEC;

成員

guidPropSet

識別屬性集的全域唯一識別碼 (GUID) 。

psProperty

PROPSPEC結構的指標,其屬性識別碼 (propid) 或 (lpwstr) 相關聯的字串名稱來指定屬性。

需求

   
最低支援的用戶端 Windows 2000 專業版 [僅限傳統型應用程式]
最低支援的伺服器 Windows 2000 Server [僅限傳統型應用程式]
標頭 filter.h

另請參閱

IFilter::Init