IShellImageData::GetPixelFormat 方法 (shimgdata.h)
获取图像的像素格式。
语法
HRESULT GetPixelFormat(
[out] PixelFormat *pFormat
);
参数
[out] pFormat
类型: PixelFormat*
指向 PixelFormat 类型的值的指针,该值指示像素格式。 仅当方法返回 S_OK时,此值才有效。
返回值
类型: HRESULT
如果成功,则返回 S_OK ,否则返回错误值,包括:
返回代码 | 说明 |
---|---|
|
映像尚未解码或解码过程失败。 |
注解
标识各种像素格式的值在 Gdipluspixelformats.h 中定义。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | shimgdata.h |
DLL | Shell32.dll |