NCDGetCurrentIfConfig

C Specification

#include <revolution/ncd.h>
s32     NCDGetCurrentIfConfig( NCDIfConfig* ifconfig );

Description

Gets network interface-specific settings currently in use. Network settings saved in the Wii console NAND memory are not read directly; instead, settings values in the memory managed by the NCD library are read.

Arguments

ifconfig A pointer to the network interface settings structure.

Return Values

0 indicates a success; a negative value a failure. See the NCD API Error Values for the meaning of the negative values.

See Also

NCDSetIfConfig

Revision History

2007/08/01 Standardized terminology.
2006/08/14 Initial version.


CONFIDENTIAL