ImageGear for C and C++ on Windows v19.3 - Updated
IG_ISIS_drv_about_box
API Reference Guide > ISIS Component API Reference > ISIS Component Functions Reference > Driver Communication and Setup Functions > IG_ISIS_drv_about_box

Display driver copyright and version dialog box.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_ISIS_drv_about_box(
        HISISDRV hDriver,
        HWND hWnd
);

Arguments:

Name Type Description
hDriver HISISDRV The driver from which copyright and version information is to be displayed.
hWnd HWND A handle to a parent window.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

The IG_ISIS_drv_about_box function displays a dialog box with copyright and version information for a driver.

hWnd must be a handle to a parent window.