eant_7xAntFileTo8

Go Back

Summary:
  Read a 7x ANT file into a Rev. 8 annotation structure.

Header File:
  eant.h

Library Name:
  elib

Eant_AnnotationInfo*    eant_7xAntFileTo8  (
    Eint_InitToolkitData*    erdinit,
    char*    filename,
    char*    symbolLibName7x,
    char*    symbolLibName,
    char*    styleLibName,
    Eerr_ErrorReport**    lclerr,
  )
erdinit
    Pointer to ToolKit Intialization structure.
filename
    The name of the 7x ANT file.
styleLibName
    The name of the Rev. 8 style library for the imported styles.
symbolLibName
    The name of the Rev. 8 symbol library for the imported symbols.
symbolLibName7x
    The name of the 7x symbol library to import.
lclerr
    Error handling structure pointer

Description:
  Read a 7x ANT file into a Rev. 8 annotation info structure.

Notes:
  None.

Return Description:
  Upon success this function returns a pointer to Eant_AnnotationInfo structure. If an error occurs, eant_7xAntFileTo8 calls eerr_CreateErrorReport and returns NULL.