[]
        
(Showing Draft Content)

C1.Util.DX.WIC.BitmapCodecProgressNotification

BitmapCodecProgressNotification Class

IWICBitmapCodecProgressNotification

Inheritance
BitmapCodecProgressNotification
Implements
Namespace: C1.Util.DX.WIC
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("64C1024E-C3CF-4462-8078-88C2B11C46D9")]
public class BitmapCodecProgressNotification : ComObject, IDisposable, IUnknown

Constructors

Name Description
BitmapCodecProgressNotification(IntPtr)

Initializes a new instance of the BitmapCodecProgressNotification class.

Methods

Name Description
RegisterProgressNotification(FunctionCallback, IntPtr, int)

HRESULT IWICBitmapCodecProgressNotification::RegisterProgressNotification([In, Optional] __function__stdcall* pfnProgressNotification,[In, Optional] void* pvData,[In] unsigned int dwProgressFlags)

Operators

Name Description
explicit operator BitmapCodecProgressNotification(IntPtr)

Performs an explicit conversion from IntPtr to BitmapCodecProgressNotification.