#include <dwc.h>int DWC_GetNumFriend(const DWCFriendData friendList[],
int friendListLen);| friendList | Pointer to the friend roster represented by the structure DWCFriendData. |
| friendListLen | Maximum length of friend roster (number of elements). |
Number of registered friends in the friend roster.
This function accesses the local friend roster to return the number of friends registered on it. This function does not perform any communication.
CONFIDENTIAL