eant_AnnotationInfoWrite

Go Back

Summary:
  Write the input annotation info to the ehfa file.

Header File:
  eant.h

Library Name:
  elib

void    eant_AnnotationInfoWrite  (
    Ehfa_File*    ehfaFile,
    char*    nodepath,
    char*    nodename,
    Eant_AnnotationInfo*    antInfo,
    Eerr_ErrorReport**    lclerr,
  )
antInfo
    Specifies the input annotation information.
ehfaFile
    The input ehfa file pointer.
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 input annotation to the input ehfa file node.

Notes:
  None.

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