DWC_CanChangeFriendList

Syntax

#include <dwc.h>

BOOL DWC_CanChangeFriendList(void);

Arguments

None.

Return Values

TRUE Able to edit.
FALSE Unable to edit.

Description

Checks whether the friend roster specified using 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 is continuously returned for 60 seconds, a timeout will occur and a DWC error will be generated.

Revision History

1.4.7
Added a description related to timeouts.

CONFIDENTIAL