NWC24CheckUserId

C Specification

#include <revolution/nwc24.h>
NWC24Err NWC24CheckUserId( NWC24UserId userId );

Description

Checks whether the user ID (Wii number) specified by userId is valid.

Arguments

userId User ID to be checked for validity.

Return Values

NWC24_OK: The user ID is valid (the userId value is a valid user ID).
NWC24_ERR_ID_GENERATED: The userId value matches the user's own ID.
NWC24_ERR_PROTECTED: Even though the userId is valid, communication is not possible (this error will be returned if a retail Wii console's ID is checked on a development console).
NWC24_ERR_ID_CRC: CRC error (CRC of the userId is wrong).

See Also

Revision History

2007/7/26 Added the case where NWC24_ERR_PROTECTED is returned.
2006/11/17 Added the case where NWC24_ERR_ID_GENERATED is returned.
2006/10/06 Initial version.


CONFIDENTIAL