UDF_CLOSE UDF IDL INTERFACE MANUAL UDF_CLOSE
NAME
UDF_CLOSE
USAGE
UDF_CLOSE, fh
INPUT DEFINITIONS
fh - Index into the information array to the UDF from which data is to be read. fh is the return value obtained from call to UDF_OPEN for this UDF source.
RETURN DEFINITION
None.
DESCRIPTION
UDF_CLOSE() terminates the UDF_OPEN which established the fh structure index. The routine frees all UDF memory which was allocated in the open call as well as all local memory established to process the data.
ERRORS
USAGE : UDF_CLOSE, fh
APPLICABLE FORMATS
UDF V2.2, UDF V2.1, IDFS V2.1
RESTRICTIONS
None.
SEE ALSO
None. ret_codes (1H)
Dec 6, 2002

&larr Previous TOC HOME Next &rarr
Users Manual UDF_EOF