[]
IWICBitmapCodecProgressNotification
[Guid("64C1024E-C3CF-4462-8078-88C2B11C46D9")]
public class BitmapCodecProgressNotification : ComObject, IDisposable, IUnknown
Initializes a new instance of the BitmapCodecProgressNotification class.
public BitmapCodecProgressNotification(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
HRESULT IWICBitmapCodecProgressNotification::RegisterProgressNotification([In, Optional] __function__stdcall* pfnProgressNotification,[In, Optional] void* pvData,[In] unsigned int dwProgressFlags)
public void RegisterProgressNotification(FunctionCallback fnProgressNotificationRef, IntPtr vDataRef, int progressFlags)
fnProgressNotificationRef
FunctionCallbackvDataRef
System.IntPtrprogressFlags
intPerforms an explicit conversion from System.IntPtr to BitmapCodecProgressNotification.
public static explicit operator BitmapCodecProgressNotification(IntPtr nativePointer)
nativePointer
System.IntPtr