Share via


AdapterIPProperties

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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.

Syntax

BOOL AdapterIPProperties(
  HWND hWndOwner, 
  LPTSTR szAdapterName
);

Parameters

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

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header netui.h
Library Netui.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Other Resources

Network User Interface Functions