import "wincodec.idl";
Inherits IWICComponentInfo.
Inherited by IWICBitmapDecoderInfo, and IWICBitmapEncoderInfo.
Public Member Functions |
| HRESULT | GetContainerFormat ([out] GUID *pguidContainerFormat) |
| HRESULT | GetPixelFormats ([in] UINT cFormats,[in, out, unique, size_is(cFormats)] GUID *pguidPixelFormats,[out] UINT *pcActual) |
| HRESULT | GetColorManagementVersion ([in] UINT cchColorManagementVersion,[in, out, unique, size_is(cchColorManagementVersion)] WCHAR *wzColorManagementVersion,[out] UINT *pcchActual) |
| HRESULT | GetDeviceManufacturer ([in] UINT cchDeviceManufacturer,[in, out, unique, size_is(cchDeviceManufacturer)] WCHAR *wzDeviceManufacturer,[out] UINT *pcchActual) |
| HRESULT | GetDeviceModels ([in] UINT cchDeviceModels,[in, out, unique, size_is(cchDeviceModels)] WCHAR *wzDeviceModels,[out] UINT *pcchActual) |
| HRESULT | GetMimeTypes ([in] UINT cchMimeTypes,[in, out, unique, size_is(cchMimeTypes)] WCHAR *wzMimeTypes,[out] UINT *pcchActual) |
| HRESULT | GetFileExtensions ([in] UINT cchFileExtensions,[in, out, unique, size_is(cchFileExtensions)] WCHAR *wzFileExtensions,[out] UINT *pcchActual) |
| HRESULT | DoesSupportAnimation ([out] BOOL *pfSupportAnimation) |
| HRESULT | DoesSupportChromaKey ([out] BOOL *pfSupportChromaKey) |
| HRESULT | DoesSupportLossless ([out] BOOL *pfSupportLossless) |
| HRESULT | DoesSupportMultiframe ([out] BOOL *pfSupportMultiframe) |
| HRESULT | MatchesMimeType ([in] LPCWSTR wzMimeType,[out] BOOL *pfMatches) |
Detailed Description
Definition at line 451 of file wincodec.idl.
The documentation for this interface was generated from the following file: