eant_AntHeaderCopy

Go Back

Summary:
  Copy one Eant_AntHeader to another.

Header File:
  eant.h

Library Name:
  elib

Eant_AntHeader*    eant_AntHeaderCopy  (
    Eant_AntHeader*    inAntHeader,
    Eant_AntHeader*    outAntHeader,
    Eerr_ErrorReport**    lclerr,
  )
inAntHeader
    The data to be copied.
lclerr
    Error handling structure pointer.
outAntHeader
    The structure to be copied to.

Description:
  Copy the data from one Eant_AntHeader to another. If outAntHeader is NULL, the structure is allocated. The address of the output Eant_AntHeader 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_AntHeader structure.