NWC24SearchFriendInfoByAddr

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24SearchFriendInfoByAddr( const NWC24FriendAddr* addr, u32* index );

Description

Searches for the index number under which friend information that includes the specified e-mail address is registered in the Wii Friend Roster.

Arguments

addr Pointer to the NWC24FriendAddr union that includes the e-mail address used as the search key.
index Gets 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, NWC24SearchFriendInfoById, NWC24IsFriendInfoThere

Revision History

2006/12/05 Initial version.


CONFIDENTIAL