GoWebScan API
kStatus GoWebScanProcess_SetMaxRecordSize ( GoWebScanProcess  process,
k64u  maxRecordSize 
)

Set the max allowed size in bytes of the recorded GoDataSet objects.

Once this value is reached, additional GoDataSet objects are no longer recorded. This function may not be called if any GoDataSet object has been recorded, and will return kERROR_STATE in such a case. The recording must first be cleared by calling GoWebScanProcess_ClearRecording.

Parameters
processGoWebScanProcess object.
maxRecordSizeMax size in bytes of recorded GoDataSet objects.
Returns
Operation status.