eant_AnnotationInfoCopy

Go Back

Summary:
  Copy one Eant_AnnotationInfo to another.

Header File:
  eant.h

Library Name:
  elib

Eant_AnnotationInfo*    eant_AnnotationInfoCopy  (
    Eant_AnnotationInfo*    inAntInfo,
    Eant_AnnotationInfo*    outAntInfo,
    Eerr_ErrorReport**    lclerr,
  )
inAntInfo
    The data to be copied.
lclerr
    Error handling structure pointer.
outAntInfo
    The structure to be copied to.

Description:
  Copy the data from one Eant_AnnotationInfo to another. If outAntInfo is NULL, the structure is allocated. The address of the output Eant_AnnotationInfo is returned. The list pointers are not copied, but set to NULL.

Notes:
  None.

Return Description:
  Upon success this function returns a pointer to Eant_AnnotationInfo structure.