XieFreeImage(3X) — Subroutines
Digital
NAME
XieFreeImage − This routine frees an XieImage.
C Format
null = XieFreeImage(img)
C Argument Information
XieImage img;
RETURN VALUES
Returns a null pointer.
PARAMETERS
imgThe img argument specifies the address of the XieImage you want to free.
DESCRIPTION
This routine deallocates the specified XieImageRec and all associated UdpRec’s. If the value of the OwnData field of the XieImageRec is True, the routine also deallocates each plane of image data.
XIE Events and Error Messages
Protocol Messages: None
XIE event returned: None
XieLib errors: None
XieServer errors: None