GoWebScan API
kStatus GoWebScanProcess_SetMaxRecordBoardCount ( GoWebScanProcess  process,
kSize  maxRecordBoardCount 
)

Set the max number of boards that may result from 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.
maxRecordBoardCountNumber of boards to record data for.
Returns
Operation status.