| Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Cartridge Functions, 33 of 43
Writesbuflen bytes into the file.
sword OCIFileWrite( dvoid *hndl, OCIError *err, OCIFileObject *filep, dvoid *bufp, ub4 buflen, ub4 *byteswritten );
The OCI environment or user session handle.
The OCI error handle; if there is an error, it is recorded in err and this function returns OCI_ERROR; diagnostic information can be obtained by calling OCIErrorGet().
A file identifier that uniquely references the file.
The pointer to a buffer from into which the data will be written. The length of the allocated memory is assumed to be buflen.
The length of the buffer in bytes.
The number of bytes written.
OCI_SUCCESS,
OCI_INVALID_HANDLE,
OCI_ERROR.
|
![]() Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|