7#ifndef ILINEREADER_INTERFACE_H
9#define ILINEREADER_INTERFACE_H
Interface for CObj wrapper.
ILineReader ILineReader_Create(PtrGetLineFn ptrGetLineFn, idrs_exception *pargException)
Creates a new ILineReader object.
void ILineReader_GetLine(ILineReader argILineReader, IDRS_PVOID pvLine, IDRS_UINT32 const ui32Line, IDRS_UINT32 const ui32Bytes, idrs_exception *pargException)
GetLine retrieves the data for the requested line.
void ILineReader_Destroy(ILineReader argILineReader, idrs_exception *pargException)
Destroys a ILineReader handle.
The ILineReader defines the interface required to provide a custom line reader.