Analyze data for a spooled file and give a best guess as to what the data type is.
unsigned int CWB_ENTRY cwbOBJ_AnalyzeSplFData(
const char *data,
unsigned long bufLen,
cwbOBJ_SplFDataType *dataType,
cwbSV_ErrHandle errorHandle);
The following list shows common return values.
This uses the same routine that is used during the creation of spooled files that don't have a data type specified or have a data type of *AUTO specified. The result defaults to *USERASCII if it can not be determined.