| 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
|
|