DWC_CanChangeFriendList

C Specification

#include <dwc.h>

BOOL DWC_CanChangeFriendList( void );

Description

Checks whether the friend roster specified using the DWC_InitFriendsMatch function can be edited.

If this function returns FALSE, be sure to call the DWC_ProcessFriendsMatch function and wait until this function returns TRUE.

Arguments

None.

Return Values

TRUE Able to edit.
FALSE Unable to edit.

See Also

DWC_InitFriendsMatch, DWC_UpdateServersAsync DWC_ProcessFriendsMatch

Revision History

12/16/2005 Revisions
10/20/2005 Initial version