rifFlushQueue
Flushes the queue.
rif_int rifFlushQueue( |
rif_command_queue command_queue); |
Parameters
Parameter |
Input/Output |
Description |
---|---|---|
command_queue |
input |
A valid command queue object. |
Return
Returns RIF_SUCCESS if the function is executed successfully, or RIF_ERROR code if a problem is encountered.
Errors
Possible error codes:
RIF_ERROR_INVALID_QUEUE -
command_queue
is not a valid command queue object.