Share via


AdapterIPProperties

This function retrieves information about the adapter's Internet Protocol (IP) address. This function is called by the TCP/IP stack and the network control panel to obtain network adapter configuration parameters.

BOOL AdapterIPProperties(
  HWND hWndOwner, 
  LPTSTR szAdapterName
);

Parameters

  • hWndOwner
    Handle to the owner window.
  • szAdapterName
    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.

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.