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

    This function displays an ABOUT dialog with basic information about the ImageGear version.

    Declaration:

     
    Copy Code
    BOOL  ACCUAPI  IG_gui_about_dlg (
            HWND hWnd,
            LPCHAR lpszTitle
    );
    

    Arguments:

    Name Type Description
    hWnd HWND A handle of the parent window.
    lpszTitle LPCHAR A title string for ABOUT dialog window.

    Return Value:

    Returns TRUE if OK button is clicked; FALSE - otherwise.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Sample:

    GUI Windows

    Remarks:

    The first argument is used as handle for parent window, and second for dialog title.