[]
        
(Showing Draft Content)

C1.Util.DX.WIC.ComponentInfo

ComponentInfo Class

IWICComponentInfo

Implements
Namespace: C1.Util.DX.WIC
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("23BC3F0A-698B-4357-886B-F24D50671334")]
public class ComponentInfo : ComObject, IDisposable, IUnknown

Constructors

Name Description
ComponentInfo(IntPtr)

Initializes a new instance of the ComponentInfo class.

Properties

Name Description
Author

Gets the author.

FriendlyName

Gets the friendly name.

SpecVersion

Gets the spec version.

Version

Gets the version.

Methods

Name Description
Create(ImagingFactory, Guid)

Initializes a new instance of the ComponentInfo class.

GetAuthor(int, IntPtr)

HRESULT IWICComponentInfo::GetAuthor([In] unsigned int cchAuthor,[In] void* wzAuthor,[Out] unsigned int* pcchActual)

GetCLSID()

HRESULT IWICComponentInfo::GetCLSID([Out] GUID* pclsid)

GetComponentType()

HRESULT IWICComponentInfo::GetComponentType([Out] WICComponentType* pType)

GetFriendlyName(int, IntPtr)

HRESULT IWICComponentInfo::GetFriendlyName([In] unsigned int cchFriendlyName,[In] void* wzFriendlyName,[Out] unsigned int* pcchActual)

GetSigningStatus()

HRESULT IWICComponentInfo::GetSigningStatus([Out] unsigned int* pStatus)

GetSpecVersion(int, IntPtr)

HRESULT IWICComponentInfo::GetSpecVersion([In] unsigned int cchSpecVersion,[In] void* wzSpecVersion,[Out] unsigned int* pcchActual)

GetVendorGUID()

HRESULT IWICComponentInfo::GetVendorGUID([Out] GUID* pguidVendor)

GetVersion(int, IntPtr)

HRESULT IWICComponentInfo::GetVersion([In] unsigned int cchVersion,[In] void* wzVersion,[Out] unsigned int* pcchActual)

Operators

Name Description
explicit operator ComponentInfo(IntPtr)

Performs an explicit conversion from IntPtr to ComponentInfo.