#include <dwc.h>
void DWC_DeleteBuddyFriendData( DWCFriendData* friendData );
Deletes the specified friend information from the friend roster. The friend information to be deleted must be a pointer directly to friend information in the friend roster. If online, the friend relationship is simultaneously deleted from the GameSpy server.
friendData |
Pointer to the information in the friend roster to be deleted. |
None.
DWC_InitFriendsMatch, DWC_UpdateServersAsync
12/16/2005 Revised version.
11/07/2005 Initial version.