DWC_SetUserRecvTimeoutCallback

Syntax

#include <dwc.h>

BOOL DWC_SetUserRecvTimeoutCallback( DWCUserRecvTimeoutCallback callback );

Description

Sets the receive timeout callback function to call when data is not received from a particular host within a fixed time limit after matchmaking completes.

This timeout can be set for each separate AID using the DWC_SetRecvTimeoutTime function.

Arguments

callback Pointer to the receive timeout callback function.

Return Values

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

See Also

DWC_SetRecvTimeoutTime
DWCUserRecvTimeoutCallback

Revision History

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


CONFIDENTIAL