DWC_DeleteBuddyFriendData

C Specification

#include <dwc.h>

void DWC_DeleteBuddyFriendData( DWCFriendData* friendData );

Description

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.

Arguments

friendData Pointer to the information in the friend roster to be deleted.

Return Values

None.

See Also

DWC_InitFriendsMatch, DWC_UpdateServersAsync

Revision History

12/16/2005 Revised version.
11/07/2005 Initial version.