Summary:
Write the contents of an AnnotationVersion structure to a file.
Header File:
eant.h
Library Name:
elib
void eant_AnnotationVersionWrite (
Eant_FileIO* fileIO,
char* nodepath,
Eerr_ErrorReport** lclerr,
)
fileIO Specifies the annotation file IO data.lclerr Error handling structure pointer.nodepath The ehfa tree path that the version will be the first child of.Description:
Write the contents of an AnnotationVersion structure to a Rev. 8 file.
Notes:
None.
Return Description:
This function is of type void. If an error occurs, *lclerr will be set to reflect the error.