#include <revolution/nwc24.h>
int NWC24IsFriendInfoThere( u32 index );
Confirms whether information has been registered in the console Friend Roster at the index position.
index |
The Friend Roster index. |
1: Information already registered in the specified location.
0: No information registered in the specified location.
NWC24_ERR_INVALID_VALUE: The index value is illegal.
NWC24_ERR_LIB_NOT_OPENED: The library is not open.
NWC24_ERR_FILE_*: Problem related to file access.NWC24_ERR_BROKEN: The friend roster is broken.
NWC24_ERR_VER_MISMATCH: Friend roster version error.
NWC24ReadFriendInfo, NWC24WriteFriendInfo, NWC24UpdateFriendInfo, NWC24DeleteFriendInfo, NWC24SearchFriendInfoById
2006/10/06 Updated return value list.
2006/09/01 Initial version.
CONFIDENTIAL