Hello,

The documentation shows an example function for an event callback
routine that returns true.

What is the meaning of the bool return parameter?

What will happen if false is returned?

Thanks

1: bool EventCallbackProc( SIPX_EVENT_CATEGORY category,
2:                         void*               pInfo,
3:                         void*               pUserData)
4: {
5:     switch (category)
6:     {
<snip>
43:    }
44:    return true ;
45:}


_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to