eant_AnnotationDBIDataCurrentRowSet

Go Back

Summary:
  Set the currentRowNumber of the dbiData of the input antInfo.

Header File:
  eant.h

Library Name:
  elib

void    eant_AnnotationDBIDataCurrentRowSet  (
    Eant_AnnotationInfo*    antInfo,
    int    currentRowNumber,
    Eerr_ErrorReport**    lclerr,
  )
antInfo
    Specifies the input annotation information.
currentRowNumber
    The current row number to be accessed in the database.
lclerr
    Error handling structure pointer.

Description:
  Set the currentRowNumber of the dbiData of the input antInfo. This is the row of the database that will be access for meta information.

Notes:
  None.

Return Description:
  This function is of type void. If an error occurs, eant_AnnotationDBIDataCurrentRowSet calls eerr_CreateErrorReport.