FormatConverterInfo Class Members
The following tables list the members exposed by FormatConverterInfo.
| Name | Description |
 | CreateInstance | HRESULT IWICFormatConverterInfo::CreateInstance([Out, Fast] IWICFormatConverter** ppIConverter) |
 | Dispose | Overloaded. Clean up any resources being used. (Inherited from C1.Util.DX.ComObject) |
 | GetAuthor | HRESULT IWICComponentInfo::GetAuthor([In] unsigned int cchAuthor,[In] void* wzAuthor,[Out] unsigned int* pcchActual) (Inherited from C1.Util.DX.WIC.ComponentInfo) |
 | GetCLSID | HRESULT IWICComponentInfo::GetCLSID([Out] GUID* pclsid) (Inherited from C1.Util.DX.WIC.ComponentInfo) |
 | GetComponentType | HRESULT IWICComponentInfo::GetComponentType([Out] WICComponentType* pType) (Inherited from C1.Util.DX.WIC.ComponentInfo) |
 | GetFriendlyName | HRESULT IWICComponentInfo::GetFriendlyName([In] unsigned int cchFriendlyName,[In] void* wzFriendlyName,[Out] unsigned int* pcchActual) (Inherited from C1.Util.DX.WIC.ComponentInfo) |
 | GetPixelFormats | HRESULT IWICFormatConverterInfo::GetPixelFormats([In] unsigned int cFormats,[In] void* pPixelFormatGUIDs,[Out] unsigned int* pcActual) |
 | GetSigningStatus | HRESULT IWICComponentInfo::GetSigningStatus([Out] unsigned int* pStatus) (Inherited from C1.Util.DX.WIC.ComponentInfo) |
 | GetSpecVersion | HRESULT IWICComponentInfo::GetSpecVersion([In] unsigned int cchSpecVersion,[In] void* wzSpecVersion,[Out] unsigned int* pcchActual) (Inherited from C1.Util.DX.WIC.ComponentInfo) |
 | GetVendorGUID | HRESULT IWICComponentInfo::GetVendorGUID([Out] GUID* pguidVendor) (Inherited from C1.Util.DX.WIC.ComponentInfo) |
 | GetVersion | HRESULT IWICComponentInfo::GetVersion([In] unsigned int cchVersion,[In] void* wzVersion,[Out] unsigned int* pcchActual) (Inherited from C1.Util.DX.WIC.ComponentInfo) |
 | QueryInterface | Overloaded. Query this instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
 | QueryInterfaceOrNull | Overloaded. Query instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
Top