| status
| Status of the current operation. Possible return values are:
¹ OLOB_NEED_DATA - There is more data to be written ¹ OLOB_NODATA - There is no data to be written usually due to an error condition ¹ OLOB_SUCCESS - Data written successfully |
| buffer
| Pointer to user-supplied buffer.
|
| buffersize
| Size of the buffer. This is the number of bytes (chars) that will be written.
|
| piecetype
| An integer specifying which piece of the buffer is being written. Possible
values include:
¹ OLOB_ONE_PIECE - buffer will be written in a single piece. This is the default. ¹ OLOB_FIRST_PIECE - buffer represents the piece of LOB data to be written. ¹ OLOB_NEXT_PIECE - buffer represents the next piece of LOB data to be written. ¹ OLOB_LAST_PIECE - buffer represents the last piece of LOB data to be written. |
| offset
|
|