eant_AntHeaderWrite

Go Back

Summary:
  Write the contents of an Eant_AntHeader structure to a file.

Header File:
  eant.h

Library Name:
  elib

void    eant_AntHeaderWrite  (
    Eant_FileIO*    fileIO,
    char*    nodepath,
    char*    nodename,
    Eant_AntHeader*    antHeader,
    Eerr_ErrorReport**    lclerr,
  )
antHeader
    The data to write to the file.
fileIO
    Specifies the annotation file IO data.
lclerr
    Error handling structure pointer.
nodename
    The node name of the EMIF object.
nodepath
    The ehfa tree path of the annotation node.

Description:
  Write the contents of an Eant_AntHeader structure to a Rev. 8 file.

Notes:
  None.

Return Description:
  This function is of type void. If an error occurs, eant_AnnotationWrite calls eerr_CreateErrorReport.