|
GoWebScan API
|
| kStatus GoWebScanPipe_Receive | ( | GoWebScanPipe | pipe, |
| GoWebScanPipeMsg * | msg, | ||
| k64u | timeout | ||
| ) |
Receives a completed processing job from the pipe.
Retrieves the first out message from the outgoing queue and increases the reference count of this message.
| pipe | GoWebScanPipe object. |
| msg | Receives processed GoWebScanPipeMsg object. |
| timeout | Timeout for waiting to receive a message (in microseconds). kINFINITE to wait indefinitely. |