NWC24GetNumFriendInfos

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24GetNumFriendInfos( u32* num );

Description

Returns the total number that can be registered in the console friend roster. (Returns a fixed value barring any future changes to the specifications.)

Arguments

num Variable to acquire results.

Return Values

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.

See Also

NWC24GetNumRegFriendInfos

Revision History

2006/10/06 Updated return value list.
2006/09/10 Added to description.
2006/09/01 Initial version.


CONFIDENTIAL