|
| 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) |
| |
| HRESULT | GetComponentType ([out] WICComponentType *pType) |
| |
| HRESULT | GetCLSID ([out] CLSID *pclsid) |
| |
| HRESULT | GetSigningStatus ([out] DWORD *pStatus) |
| |
| HRESULT | GetAuthor ([in] UINT cchAuthor, [in, out, unique, size_is(cchAuthor)] WCHAR *wzAuthor, [out] UINT *pcchActual) |
| |
| HRESULT | GetVendorGUID ([out] GUID *pguidVendor) |
| |
| HRESULT | GetVersion ([in] UINT cchVersion, [in, out, unique, size_is(cchVersion)] WCHAR *wzVersion, [out] UINT *pcchActual) |
| |
| HRESULT | GetSpecVersion ([in] UINT cchSpecVersion, [in, out, unique, size_is(cchSpecVersion)] WCHAR *wzSpecVersion, [out] UINT *pcchActual) |
| |
| HRESULT | GetFriendlyName ([in] UINT cchFriendlyName, [in, out, unique, size_is(cchFriendlyName)] WCHAR *wzFriendlyName, [out] UINT *pcchActual) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 652 of file wincodec.idl.