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