extern void bpc_buffer_destroy

(struct CHANNEL_INSTANCE* inst,
  char* buffer)

Deallocates a buffer returned by bpc_buffer_allocate, bpc_error_allocate, or bpc_frame_aggregate.

Documentation

Deallocates a buffer returned by bpc_buffer_allocate, bpc_error_allocate, or bpc_frame_aggregate.

Do not call this routine if the buffer was used as a parameter to bpc_send.

Parameters:
inst - A pointer to the channel-instance structure.
buffer - A pointer to the buffer to be reaped.

Home Alphabetic index



This page was generated with the help of DOC++.