Creates a return handle of a new error stack window.
Copy Code
|
|
---|---|
HWNDACCUAPI IG_gui_errstack_wnd ( HWND hWnd, DWORD dwFlags ); |
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. |
Returns the handle of the error window.
This function does not process image pixels.
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
Copy Code
|
|
---|---|
#include "IG_gui_common.h"
IG_gui_errstack_wnd (hWnd,IG_GUI_ERRCTRL_DEFSTACK);
|