#include <dwc.h>
BOOL DWC_SetUserRecvCallback( DWCUserRecvCallback callback );
This function configures the receive complete callback. If a send complete callback was set by this function, it will be called when data has been sent and received from DWC_SendReliable, DWC_SendReliableBitmap, DWC_SendUnreliable, or DWC_SendUnreliableBitmap.
callback |
Pointer to the callback function. |
TRUE |
The callback function configuration was successful. |
FALSE |
The configuration failed, because the FriendsMatch Library was not running. |
DWC_SetUserSendCallback, DWC_SendReliable, DWC_SendReliableBitmap, DWC_SendUnreliable, DWC_SendUnreliableBitmap, DWCUserRecvCallback
2006/02/21 Revised to include all function names
2006/01/18 Support for change in return value to a Boolean value
2005/12/16 Added a description of the received callback
2005/07/22 Initial version
CONFIDENTIAL