createPropertyStore 函式 (mfidl.h)
[此 API 不受支持,未來可能會變更或無法使用。 相反地,應用程式應該使用 PSCreateMemoryPropertyStore 函式來建立屬性存放區。]
建立空的屬性存放區物件。
語法
HRESULT CreatePropertyStore(
[out] IPropertyStore **ppStore
);
參數
[out] ppStore
接收 IPropertyStore 介面的指標。 呼叫端必須釋放 介面。
傳回值
如果此函式成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
如果已安裝 Windows Media Format 11 SDK 可轉散發元件,此函式可在下列平臺上使用:
- Windows XP with Service Pack 2 (SP2) 和更新版本。
- 已安裝 Windows XP Media Center Edition 2005 KB900325 (Windows XP Media Center Edition 2005) 和 KB925766 (2006 年 10 月更新匯總) 的 Windows XP Media Center Edition 2005。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | mfidl.h |
程式庫 | Mfplat.lib |
Dll | Mfplat.dll |