XieFreeExport(3X) — Subroutines
Digital
NAME
XieFreeExport − This routine frees the export context created using the XieExport routine.
C Format
XieFreeExport(src_id)
C Argument Information
XiePhoto src_id;
RETURN VALUES
None.
PARAMETERS
src_idThe src_id argument specifies the image from which to free an export context. The image can be an unbound photomap, a photoflo, phototap, or a bound photomap. The photoflo is specified explicitly if the image is a photoflo, or implicitly if the image is a bound photomap or phototap bound to the photoflo. If the image is bound to a photoflo, the photoflo execution must be complete or the routine returns an error.
DESCRIPTION
This routine frees the export context created using the XieExport routine. The routine does not deallocate the associated LUT and list of allocated pixels if you previously retrieved them using the XieQueryExport routine.
XIE Events and Error Messages
Protocol Messages: X_ieFreeExport
XIE event returned: None
XieLib errors: None
XieServer errors: BadIDChoice -- Invalid identifier
BadAlloc -- Insufficient server resources
BadAccess -- The export is within a photoflo that is not complete