ImageGear Professional DLL v17.1 for Windows Accusoft
LPFNIG_GUIWINDESTROY
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > Core Component API Reference > Core Component Callback Functions Reference > LPFNIG_GUIWINDESTROY

Glossary Item Box

This function is called when a GUI image window is destroyed.

Declaration:

  Copy Code
typedef VOID (ACCUAPI LPFNIG_GUIWINDESTROY) (
        LPVOID lpPrivate, 
        HIGEAR hIGear, 
        HWND hWndImage 
);

Arguments:

lpPrivate Far pointer to private data area.
hIGear HIGEAR handle of image.
hWndImage GUI window handle.

Return Value:

None

Supported Raster Image Formats:

All pixel formats supported by ImageGear Professional.

Sample:

GUI Windows

Example:

See the example for function IG_GUI_window_create().

Remarks:

This type of callback function is registered by calling IG_GUI_window_CB_register().

©2012. Accusoft Corporation. All Rights Reserved.