Network User Interface Samples (Windows CE 5.0)
Network User Interface (NetUI) defines configuration settings for:
- The Network and Dial-up Connections application in Control Panel.
- UI elements to use for network status and configuration.
NetUI provides dialog boxes that applications can use. OS developers can modify or omit these dialog boxes to match the users' experience desired for their devices. For more information, see How to Replace the Network UI for a Target Device.
A list of the functions that NetUI exports is described in Functions Exported by the Network UI. The implementations of these functions are in %_WINCEROOT%\Public\Common\Oak\Drivers\Netui.
Some sample applications that call these functions are in %_WINCEROOT%\Public\Common\Oak\Drivers\Netsamp. These samples are described in Network Utilities Samples.
OS developers can change or replace the network UI. Applications can make use of its functionality through GetUsernamePassword or GetUsernamePasswordEx. For more information, see How to Replace the Network UI for a Target Device.
See Also
Network User Interface | Public Common OAK Drivers Directory
Send Feedback on this topic to the authors