#include <revolution/nwc24.h>
NWC24Err NWC24GetNumRegFriendInfos( u32* num );
Returns the total number of sets of friend information registered in the friend roster in the Wii.
Note: Friend information is not necessarily always stored in order starting from the 0th index.
num |
Variable to acquire results. |
NWC24_OK: Retrieved information normally (value returns in num).NWC24_ERR_LIB_NOT_OPENED: Library not open.NWC24_ERR_FILE_*: File access error.NWC24_ERR_BROKEN: Friend roster broken.NWC24_ERR_VER_MISMATCH: Friend roster version error.
2007/03/15 Added a note of caution.
2006/10/06 Updated the list of return values.
2006/09/01 Initial version.
CONFIDENTIAL