#include <dwc.h>
int DWC_GetNumFriend(const DWCFriendData friendList[],
int friendListLen);friendList |
Pointer to the friend roster in by the DWCFriendData structure. |
friendListLen |
Maximum length of friend roster (number of elements). |
The number of registered friends in the friend roster.
Accesses the local friend roster to return the number of friends registered on it. This function does not perform any communication.
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL