IWICImagingFactory::CreateDecoder 方法 (wincodec.h)
创建 IWICBitmapDecoder 的新实例。
语法
HRESULT CreateDecoder(
[in] REFGUID guidContainerFormat,
[in] const GUID *pguidVendor,
[out, retval] IWICBitmapDecoder **ppIDecoder
);
参数
[in] guidContainerFormat
类型: REFGUID
所需容器格式的 GUID。
[in] pguidVendor
类型: const GUID*
首选编码器供应商的 GUID。
值 | 含义 |
---|---|
|
没有首选编解码器供应商。 |
|
首选使用 Microsoft 编码器。 |
|
首选使用本机 Microsoft 编码器。 |
[out, retval] ppIDecoder
类型: IWICBitmapDecoder**
接收指向新 IWICBitmapDecoder 的指针。 稍后必须使用 Initialize 方法在流上初始化此 IWICBitmapDecoder。
返回值
类型: HRESULT
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
注解
其他值可能同时适用于 guidContainerFormat 和 pguidVendor ,具体取决于已安装的已启用 WIC 的编码器。 列出的值是操作系统本机支持的那些值。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP SP2,Windows Vista [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2008 [桌面应用 | UWP 应用] |
目标平台 | Windows |
标头 | wincodec.h |
Library | Windowscodecs.lib |
DLL | Windowscodecs.dll |