NWC24SearchFriendInfoById

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24SearchFriendInfoById( NWC24UserId id, u32* index );

Description

Searches for the index number under which friend information, including the specified Wii ID, is registered within the console friends list.

Arguments

id The Wii ID that is the search key.
index A variable to get the result index.

Return Values

NWC24_OK: Retrieved information normally (value returns in index).
NWC24_ERR_NOT_FOUND: Information not found.
NWC24_ERR_LIB_NOT_OPENED: Library not open.
NWC24_ERR_FILE_*: File access error.
NWC24_ERR_BROKEN: Wii Friend Roster broken.
NWC24_ERR_VER_MISMATCH: Wii Friend Roster version error.

See Also

NWC24ReadFriendInfo, NWC24WriteFriendInfo, NWC24UpdateFriendInfo, NWC24DeleteFriendInfo, NWC24IsFriendInfoThere

Revision History

2006/10/6 Updated return value list.
2006/09/01 Initial version.


CONFIDENTIAL