DWC_SetConnectionClosedCallback

Syntax

#include <dwc.h>

BOOL DWC_SetConnectionClosedCallback(
             DWCConnectionClosedCallback callback,
             void* param );

Description

Sets the callback function to call every time a connection breaks.

Arguments

callback Pointer to the callback function set to call every time a connection breaks.
param Callback parameter.

Return Values

TRUE Configuration of the callback function was successful.
FALSE Configuration failed because the FriendsMatch Library was not running.

See Also

DWCConnectionClosedCallback

Revision History

2006/01/18 Added support for the change of the return value to a BOOL.
2005/11/02 Initial version.


CONFIDENTIAL