AdapterIPProperties (Windows CE 5.0)

Send Feedback

This function implements the IP Properties dialog box displayed in the network connections UI. The IP Properties dialog box allows users to configure Internet Protocol (IP) addressing, Domain Name System (DNS) information, Windows Internet Name Service (WINS) information, and wireless local area network (LAN) settings.

BOOL AdapterIPProperties(HWND hWndOwner,LPTSTR szAdapterName);

Parameters

  • hWndOwner
    [in] Handle to the owner window.
  • szAdapterName
    [in] Name of the adapter.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Netui.h.
Link Library: Netui.lib.

See Also

Network User Interface Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.