API void
LQT_DestroyFileInfo
(db, FileInfo)
t_LQTEXT_Database *db;
t_FileInfo *FileInfo;
Purpose
Frees the memory used by the given FileInfo. Neither the database nor the file described by the FileInfo is affected; LQT_DestroyFileInfo frees any internal data structures associated with the FileInfo and then frees the FileInfo itself. After calling LQT_DestroyFileInfo, the FileInfo pointer is no longer valid, and should not be dereferenced.See Also: