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