#include <dwc.h>
BOOL DWC_CanChangeFriendList( void );
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.
None.
TRUE |
Able to edit. |
FALSE |
Unable to edit. |
DWC_InitFriendsMatch
DWC_UpdateServersAsync
DWC_ProcessFriendsMatch
2007/07/21 Added a description concerning timeouts.
2005/12/16 Made revisions.
2005/10/20 Initial version.
CONFIDENTIAL