共用方式為


PSPropertyBag_ReadStream 函式 (propsys.h)

讀取儲存在指定屬性包中指定屬性中的數據流。

語法

PSSTDAPI PSPropertyBag_ReadStream(
  [in]  IPropertyBag *propBag,
  [in]  LPCWSTR      propName,
  [out] IStream      **value
);

參數

[in] propBag

類型: IPropertyBag*

IPropertyBag 物件的指標,代表屬性儲存所在的屬性包。

[in] propName

類型: LPCWSTR

Null 終止屬性名稱字串的指標。

[out] value

類型: IStream**

當此函式成功傳回時,會接收 IStream 物件的指標位址。

傳回值

類型: HRESULT

如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

備註

PSPropertyBag_ReadStream函式的呼叫端必須在此函式傳回的 IStream 物件上呼叫 IUnknown::Release 方法。

IPropertyBagIPersistPropertyBag 優化 [另存新檔] 文字功能。 IPropertyBagIPropertyBag2 提供物件,其中物件可以持續儲存其屬性。 IPropertyBag2 允許物件取得每個屬性的類型資訊: IPropertyBag2::Read 會導致從屬性包讀取一或多個屬性, 而 IPropertyBag2::Write 會導致一或多個屬性儲存到屬性包中。

規格需求

需求
最低支援的用戶端 Windows 7 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 R2 [僅限傳統型應用程式]
目標平台 Windows
標頭 propsys.h
程式庫 Propsys.lib
Dll Propsys.dll (6.0 版或更新版本)

另請參閱

PSPropertyBag_WriteStream