ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.IntPtr, _
       ByVal progressFlags As System.Integer _
    ) 
    public void RegisterProgressNotification( 
       FunctionCallback fnProgressNotificationRef,
       System.IntPtr vDataRef,
       System.int progressFlags
    )

    Parameters

    fnProgressNotificationRef
    vDataRef
    progressFlags
    See Also