#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 system and DS Card are different.
frienddata |
Pointer to the buffer for the DWCFriendData structure that stores the friend data. |
None.
DWC_IsBuddyFriendData, DWC_InitFriendsMatch
2006/04/26 Revised the description of the intended use (Changed "due to moving Wi-Fi user information" to "because the DS system and DS Card are different")
2005/12/16 Added description of friend established flag
2005/11/03 Initial release
CONFIDENTIAL