#include <dwc.h>
BOOL DWC_SetConnectionClosedCallback(
DWCConnectionClosedCallback callback,
void* param );
Sets the callback function to call each time a connection disconnects.
callback |
Pointer to the callback function to call each time a connection disconnects. |
param |
Callback parameter |
TRUE |
The callback function configuration was successful. |
FALSE |
The configuration failed, because the FriendsMatch Library was not running. |
2006/01/18 Added support for the change of the return value to a BOOL
2005/11/02 Initial version
CONFIDENTIAL