eant_AnnotationInfoRead

Go Back

Summary:
  Read the input annotation to the ehfa file.

Header File:
  eant.h

Library Name:
  elib

Eant_AnnotationInfo*    eant_AnnotationInfoRead  (
    Ehfa_File*    ehfaFile,
    char*    antNodePath,
    Eant_AnnotationInfo*    antInfo,
    Eerr_ErrorReport**    lclerr,
  )
antInfo
    Specifies the input annotation information.
antNodePath
    The node path and name.
ehfaFile
    The input ehfa file pointer.
lclerr
    Error handling structure pointer.

Description:
  Read the input annotation info from the input ehfa file node using the options passed in.

Notes:
  None.

Return Description:
  Upon success this function returns a pointer to Eant_AnnotationInfo structure. If an error occurs, eant_AnnotationInfoRead calls eerr_CreateErrorReport and returns the input antInfo.