#include <dwc.h>BOOL DWC_SetConnectionClosedCallback(DWCConnectionClosedCallback callback,
void *param);| callback | Pointer to the callback function to call each time a connection disconnects. |
| param | Callback parameter. |
| TRUE | The configuration of the callback function was successful. |
| FALSE | The configuration failed because the FriendsMatch Library was not running. |
Sets the callback function to call each time a connection disconnects.
CONFIDENTIAL