f_evt_put_close
- f_evt_put_close
- CALLING
- f_evt_put_close(s_evt_channel *ps_chan)
- PURPOSE
- f_evt_put_close closes specified channel.
- ARGUMENTS
-
- channel
- Channel number.
- Return type
- int.
- Status codes
-
- PUTEVT__SUCCESS
- success.
- PUTEVT__FAILURE
- failure.
- PUTEVT__CLOSE_ERR
- close server or file error
- Declaration
-
INTS4 f_evt_put_close(s_evt_channel *);
- FUNCTION
- Closes the specified output channel after writing
last buffer.