(propsys.h) 的 IPersistSerializedPropStorage2 介面
公開方法以保存串行化屬性儲存數據以供稍後使用,以及將保存的數據還原至新的屬性存放區實例。
繼承
IPersistSerializedPropStorage2 介面繼承自 IPersistSerializedPropStorage。 IPersistSerializedPropStorage2 也有下列類型的成員:
方法
IPersistSerializedPropStorage2 介面具有這些方法。
IPersistSerializedPropStorage2::GetPropertyStorageBuffer 從屬性存放區實例取得串行化屬性記憶體緩衝區。 |
IPersistSerializedPropStorage2::GetPropertyStorageSize 從屬性存放區實例取得串行化屬性記憶體數據的大小。 |
備註
這個介面也提供 IPersistSerializedPropStorage 介面的方法,從中繼承該介面。
實作時機
IPersistSerializedPropStorage2 不適用於自定義實作。 使用與記憶體內部屬性存放區相關聯的系統提供實作。使用時機
呼叫 PSCreateMemoryPropertyStore 所建立的記憶體內部屬性存放區會提供這個介面的實作。 當您想要儲存或還原串行化屬性記憶體資料時,請使用此實作。規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | propsys.h |