IAppxFactory2::CreateContentGroupMapReader 方法 (appxpackaging.h)
建立 IAppxContentGroupMapReader。
語法
HRESULT CreateContentGroupMapReader(
[in] IStream *inputStream,
[out, retval] IAppxContentGroupMapReader **contentGroupMapReader
);
參數
[in] inputStream
傳遞內容群組對應 XML 以供讀取的數據流。
[out, retval] contentGroupMapReader
內容群組對應讀取器。
傳回值
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2016 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | appxpackaging.h |