#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
02/21/2006 Revised to include all function names
01/18/2006 Support for change in return value to a Boolean value
12/16/2005 Added a description of the received callback
07/22/2005 Initial version