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:
Name | Type | Description |
lpPrivate | LPVOID | Far pointer to private data area. |
hIGear | HIGEAR | HIGEAR handle of image. |
hWndImage | HWND | 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().