#include <dwc.h>
BOOL DWC_CanChangeFriendList( void );
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.
None.
TRUE |
Able to edit. |
FALSE |
Unable to edit. |
DWC_InitFriendsMatch, DWC_UpdateServersAsync DWC_ProcessFriendsMatch
12/16/2005 Revisions
10/20/2005 Initial version