eant_CallbackCreate

Go Back

Summary:
  Allocate an Eant_Callback structure.

Header File:
  eant.h

Library Name:
  elib

Eant_Callback*    eant_CallbackCreate  (
    Eerr_ErrorReport**    lclerr,
  )
lclerr
    Error handling structure pointer.

Description:
  Allocate an Eant_Callback structure and initialize all of the pointers to NULL.

Notes:
  None.

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