NWC24IsFriendInfoThere

C Specification

#include <revolution/nwc24.h>
int NWC24IsFriendInfoThere( u32 index );

Description

Confirms whether information has been registered in the console Friend Roster at the index position.

Arguments

index The Friend Roster index.

Return Values

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.

See Also

NWC24ReadFriendInfo, NWC24WriteFriendInfo, NWC24UpdateFriendInfo, NWC24DeleteFriendInfo, NWC24SearchFriendInfoById

Revision History

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


CONFIDENTIAL