ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / GUI Component API Reference / GUI Component Callback Functions Reference / FNIGGUI_DSPL_UPDATE
In This Topic
    FNIGGUI_DSPL_UPDATE
    In This Topic

    This function is called by ImageGear to let your application update image display in a custom way.

    Declaration:

     
    Copy Code
    VOID FNIGGUI_DSPL_UPDATE(
          HIGEAR hIGear, 
          DWORD dwGrpID, 
          HWND hWnd
    );
    

    Arguments:

    Name Type Description
    hIGear HIGEAR The HIGEAR handle of the image.
    dwGrpID DWORD Display group ID.
    hWnd HWND The handle of the parent window.

    Return Value:

    Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.

    Supported Raster Image Formats:

    All formats supported by ImageGear.

    Sample:

    None