DWC_GetNumFriend

Syntax

#include <dwc.h>
int DWC_GetNumFriend(const DWCFriendData friendList[],
                     int friendListLen);

Arguments

friendList Pointer to the friend roster in by the DWCFriendData structure.
friendListLen Maximum length of friend roster (number of elements).

Return Values

The number of registered friends in the friend roster.

Description

Accesses the local friend roster to return the number of friends registered on it. This function does not perform any communication.

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL