Share via


AdapterIPProperties (Windows Embedded CE 6.0)

1/6/2010

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