#include <dwc.h>
void DWC_ClearBuddyFlagFriendData( DWCFriendData* frienddata );
Clears the friend established flag that can be checked using the DWC_IsBuddyFriendData
function. The friend established flag is cleared only if the friend established flag is enabled; otherwise, this function does nothing.
The friend established flag will be enabled within friend data whenever a friend relationship is established on the GameSpy server. This flag can then be checked to determine whether or not a friend relationship is established.
Be sure to clear the friend established flag using this function when an established friendship has been lost due to overwriting user data because the DS main unit and DS card are different.
frienddata |
Pointer to the buffer for the DWCFriendData structure that stores the friend data. |
None.
DWC_IsBuddyFriendData, DWC_InitFriendsMatch
04/26/2006 Revised the description of the intended use (Changed "due to moving Wi-Fi user information" to "because the DS main unit and DS card are different")
12/16/2005 Added description of friend established flag
11/03/2005 Initial release