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

    This function displays the dialog that allows you to set control options for error stack GUI window.

    Declaration:

     
    Copy Code
    HWNDACCUAPI  IG_gui_errstack_opt_dlg (
            HWND hWnd,
            DWORD hCtrl
    );
    

    Arguments:

    Name Type Description
    hWnd HWND A handle of the parent window.
    hCtrl DWORD A set of control options you can use to control the error stack GUI window.

    Return Value:

    Returns the handle of the error window.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Sample:

    GUI Windows