NWC24DeleteFriendInfo

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24DeleteFriendInfo( u32 index );

Description

Deletes information from the nth position in the console friend roster, where n = index.

Note: This function is released for testing during development. Unless you have a special reason, do not incorporate this function into the production version of your applications.

Arguments

index The index within the friend roster.

Return Values

NWC24_OK: Deleted normally.
NWC24_ERR_NULL: No information registered in the location of the specified index.
NWC24_ERR_INVALID_VALUE: The index value is illegal.
NWC24_ERR_LIB_NOT_OPENED: The library is not opened.
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, NWC24SearchFriendInfoById, NWC24IsFriendInfoThere

Revision History

2007/04/04 Added a note of caution about using this function in the retail version.
2006/10/06 Updated the list of return values.
2006/09/01 Initial version.


CONFIDENTIAL