DWC_CanChangeFriendList

Syntax

#include <dwc.h>

BOOL DWC_CanChangeFriendList( void );

Description

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

If this function returns FALSE, call the DWC_ProcessFriendsMatch function and wait until this function returns TRUE. If FALSE continues to be returned for approximately 60 seconds, a timeout will occur and a DWC library error will be generated.

Arguments

None.

Return Values

TRUE Able to edit.
FALSE Unable to edit.

See Also

DWC_InitFriendsMatch
DWC_UpdateServersAsync
DWC_ProcessFriendsMatch

Revision History

2007/07/21 Added a description concerning timeouts.
2005/12/16 Made revisions.
2005/10/20 Initial version.


CONFIDENTIAL