#include <dwc.h>
BOOL DWC_SetConnectionClosedCallback(DWCConnectionClosedCallback callback,
void *param);callback |
Pointer to the callback function set to call every time a connection breaks. |
param |
Callback parameter. |
TRUE |
Configuration of the callback function was successful. |
FALSE |
The configuration failed because the FriendsMatch library was not running. |
Sets the callback function to call every time a connection breaks.
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL