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