共用方式為


iTfCreatePropertyStore::CreatePropertyStore 方法 (msctf.h)

從序列化屬性存放區資料建立屬性存放區物件。

語法

HRESULT CreatePropertyStore(
  [in]  REFGUID          guidProp,
  [in]  ITfRange         *pRange,
  [in]  ULONG            cb,
  [in]  IStream          *pStream,
  [out] ITfPropertyStore **ppStore
);

參數

[in] guidProp

包含屬性的類型識別碼。 如需詳細資訊,請參閱 ITfPropertyStore::GetType

[in] pRange

ITfRange物件的指標,其中包含屬性存放區所涵蓋的文字。

[in] cb

包含屬性的大小,以位元組為單位,儲存 pStream中包含的資料。

[in] pStream

包含屬性儲存資料的 IStream 物件的指標。

[out] ppStore

ITfPropertyStore介面指標的指標,該指標會接收此方法所建立的屬性存放區物件。

傳回值

這個方法可以傳回下列其中一個值。

描述
S_OK
此方法成功。

需求

   
最低支援的用戶端 Windows 2000 Professional [僅限傳統型應用程式]
最低支援的伺服器 Windows 2000 Server [僅限桌面應用程式]
目標平台 Windows
標頭 msctf.h
Dll Tiptsf.dll
可轉散發套件 Windows 2000 專業版上的 TSF 1.0

另請參閱

ITfCreatePropertyStore 介面ITfPropertyStore 介面ITfPropertyStore::GetTypeITfRange 介面