ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapCodecProgressNotification Class / RegisterProgressNotification Method

In This Topic
    RegisterProgressNotification Method
    In This Topic
    HRESULT IWICBitmapCodecProgressNotification::RegisterProgressNotification([In, Optional] __function__stdcall* pfnProgressNotification,[In, Optional] void* pvData,[In] unsigned int dwProgressFlags)
    Syntax
    'Declaration
     
    Public Sub RegisterProgressNotification( _
       ByVal fnProgressNotificationRef As FunctionCallback, _
       ByVal vDataRef As IntPtr, _
       ByVal progressFlags As Integer _
    ) 
    public void RegisterProgressNotification( 
       FunctionCallback fnProgressNotificationRef,
       IntPtr vDataRef,
       int progressFlags
    )

    Parameters

    fnProgressNotificationRef
    vDataRef
    progressFlags
    See Also