conn
is the connection descriptor. In the database server, conn must be NULL for the following event types:
event_type
is the type of event that is handled by the callback.
handle
is the callback handle from mi_register_callback().
func
is a pointer to the location at which to return a pointer to the callback function.
user_data
is the user-supplied argument to the called function.
Yes
MI_OK
The function was successful.
MI_ERROR
The function was not successful.