eant_AnnotationInfoCreate

Go Back

Summary:
  Allocate an Eant_AnnotationInfo structure.

Header File:
  eant.h

Library Name:
  elib

Eant_AnnotationInfo*    eant_AnnotationInfoCreate  (
    Eint_InitToolkitData*    erdinit,
    Eerr_ErrorReport**    lclerr,
  )
erdinit
    Pointer to ToolKit Intialization structure.
lclerr
    Error handling structure pointer.

Description:
  Allocate an Eant_AnnotationInfo structure. Set the erdinit pointer to the input erdinit.

Notes:
  None.

Return Description:
  Upon success this function returns a pointer to Eant_AnnotationInfo structure. If the allocation failed, eant_AnnotationInfoCreate calls eerr_CreateErrorReport and returns a NULL pointer.