typedef void (*close_request_callback)

(void* client_data,
  struct CHANNEL_INSTANCE* inst,
  struct diagnostic* error)

Prototype for the callback to the application called when a close request has completed, regardless of its success.

Documentation

Prototype for the callback to the application called when a close request has completed, regardless of its success.

Parameters:
client_data - A user-supplied pointer from bpc_close_request
inst - A pointer to the channel-instance structure for the channel. If the close request has succeeded, then this points to a structutre that will soon be destroyed.
error - If the close request has failed, this points to a diagnostic structure containing the reason.
See Also:
bpc_close_request

Home Alphabetic index



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