Get each Ale text line out in sequence
Params:
mxOmfHdl_t hMxOmfHdl - address of SDK pointer from mxOmfCreateOmfSdk()
char* sTrgBuff - char string to receive text
size_t szMaxBuff - size of char string at sTrgBuff
Returns:
MXOMFERR_NONE
MXOMFERR_NULLPARAMETER - sTrgBuff param missing
MXOMFERR_LISTEMPTY - no data
MXOMFERR_ALEGENERICERROR - internal error
MXOMFERR_SDKHANDLNULL - hMxOmfHdl param is NULL
Usage:
See CMaxOmfSdkDemoAleDoc::GetNextAleLineOut()()
OMFDLL_EXPORT
MXOMFERROR mxOmfGetNextAleLineOut(mxOmfHdl_t hMxOmfHdl = NULL,
char* sTrgBuff = NULL,
size_t szMaxBuff = 0);