GetIPAddress
This function prompts a user for an IP address. This function is called by PPP to prompt from the IP address if the SLIP connection does not have a valid IP address.
DWORD GetIPAddress(
HWND hParent
);
Parameters
- hParent
Handle to the parent window to which the IP address is attached.
Return Values
The returned DWORD is a user's IP address.
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.