ImageGear for C and C++ on Windows v19.3 - Updated
IG_gui_errstack_wnd
API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > Error Functions > IG_gui_errstack_wnd

Creates a return handle of a new error stack window.

Declaration:

 
Copy Code
HWNDACCUAPI  IG_gui_errstack_wnd (
        HWND hWnd,
        DWORD dwFlags
);

Arguments:

Name Type Description
hWnd HWND A handle of the parent window.
dwFlags DWORD A set of bit flags you can use to initialize the window.

Return Value:

Returns the handle of the error window.

Supported Raster Image Formats:

This function does not process image pixels.

Sample:

ASCII, Clipboard, Color, GUI Windows, Image Processing, Image Util, IOSET, JPEG, Load Callback, Magnify, Medical, Memory IO, Page, Palette Edit, Panning, Pixel Access, Poster, Thumbnail, Wipes, MFC Multipage, Annotation, Vector, Filters, ImageClean, Multimedia, ISIS, TWAIN

Example:

 
Copy Code
#include "IG_gui_common.h"
IG_gui_errstack_wnd (hWnd,IG_GUI_ERRCTRL_DEFSTACK);