This function displays an ABOUT dialog with basic information about the ImageGear version.
Copy Code
|
|
---|---|
BOOL ACCUAPI IG_gui_about_dlg ( HWND hWnd, LPCHAR lpszTitle ); |
Name | Type | Description |
---|---|---|
hWnd | HWND | A handle of the parent window. |
lpszTitle | LPCHAR | A title string for ABOUT dialog window. |
Returns TRUE if OK button is clicked; FALSE - otherwise.
This function does not process image pixels.
GUI Windows
The first argument is used as handle for parent window, and second for dialog title.