typedef void (*start_request_callback)

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

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

Documentation

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

Parameters:
client_data - A user-supplied pointer from bp_start_request
inst - A pointer to the channel-instance structure for the channel. If the start request has failed, then points to a structure that will soon be destroyed (or may even be NULL).
error - If the start request has failed, this points to a diagnostic structure containing the reason.
See Also:
bp_start_request

Home Alphabetic index



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