NCDRestoreConfig

C Specification

#include <revolution/ncd.h>
s32     NCDRestoreConfig( void );

Description

Restores current network settings to the configuration stored in the Wii console NAND memory.

This function does not normally need to be called. It is used when functions such as NCDSetIfConfig are used to change the network settings for test purposes.

Arguments

None.

Return Values

Returns zero for success. Otherwise, returns a negative value. See NCD API Error Values for the meanings of negative values.

See Also

NCDReadConfig, NCDWriteConfig, NCDSetIfConfig, NCDSetIpConfig

Revision History

2007/08/01 Standardized terminology.
2006/10/23 Initial version.


CONFIDENTIAL