#include <revolution/ncd.h>
BOOL NCDHasEnabledNetworkConfig( void );
Determines whether any network settings already configured and marked as "enabled" are saved in Wii console NAND memory.
Normally, this function returns its results quickly; however, depending on the firmware state, it could be blocked internally for as long as 60 seconds.
Determine the return value from this function and display an error code to the effect of "No enabled network settings have been saved" when canceling a network connection explicitly requested by the user.
Specifically, the error code has a current value of 50299, but always use the most recent Wii Network Error Code List to confirm this.
None.
Returns TRUE if one or more enabled network settings are stored in Wii console NAND memory, and FALSE otherwise.
Although FALSE is also returned when the function call fails internally or the 60-second timeout has been exceeded, you may show the same error code in these cases.
None.
2009/01/16 Changed the description.
2008/12/22 Changed the description.
2008/12/10 Changed the error code value from 50200 to 50299.
2008/01/22 Initial version.
CONFIDENTIAL