#include <revolution/nwc24.h>
NWC24Err NWC24GetNumFriendInfos( u32* num );
Returns the total number that can be registered in the console friend roster. (Returns a fixed value barring any future changes to the specifications.)
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.
2006/10/06 Updated return value list.
2006/09/10 Added to description.
2006/09/01 Initial version.
CONFIDENTIAL