This function closes the referenced image.
|
Parameter |
Type |
Description |
|
hImage |
HANDLE |
Identifies the image to be closed. |
Return Value
The return value is IMG_OK if the function was successful. Otherwise, it returns an ImageMan error code.
Comments
This call closes the image file and frees any resources which were allocated for processing the image. An application should use this call to close an image when it is no longer needed. Failure to call this function may cause memory or other resources to remain allocated needlessly.
© 1995-2004 Data Techniques, Inc. All rights reserved.