DWC_IsBuddyFriendData

C Specification

#include <dwc.h>

BOOL DWC_IsBuddyFriendData( const DWCFriendData* frienddata );

Description

This function checks if friendship is already established on the GameSpy server for the friend information specified by frienddata.

The friend-established flag within friend data is set whenever a friendship is established on the GameSpy server. This flag is then checked to determine whether a friendship is established.

Arguments

frienddata Pointer to the buffer for the DWCFriendData structure that stores the friend data.

Return Values

TRUE The friend relationship is already established on the GameSpy server.
FALSE The friend relationship has not yet been established on the server.

See Also

Revision History

12/16/2005 Added a description of the friend established flag.
10/20/2005/2005 Initial version.