mi_integer mi_streamwrite_int8(strm_desc, int8_ptr) MI_STREAM *strm_desc; mi_int8 *int8_ptr;
The mi_streamwrite_int8( ) function writes an mi_int8 value to the stream that strm_desc references. The function writes the value that int8_ptr references. The write operation begins at the current stream seek position. You can use mi_stream_tell( ) or mi_stream_getpos( ) to obtain this seek position.
The mi_streamwrite_int8( ) function is useful in a streamwrite( ) support function of an opaque data type that contains an mi_int8 value.
See also the descriptions of mi_stream_getpos( ), mi_stream_read( ), mi_stream_tell( ), and mi_streamread_int8( ).
For more information on the use of mi_streamwrite_int8( ) in a streamwrite( ) support function, see the IBM Informix: DataBlade API Programmer's Guide.