OALKitlStringToIP (Windows CE 5.0)
This function converts a string to an IP address.
UINT32 OALKitlStringToIP( LPCWSTR szIP);
Parameters
- szIP
[in] Specifies the string that represents an IP address.
Return Values
Returns the IP address. If the string is incorrect, this function returns 0.
Remarks
Requirements
OS Versions: Windows CE 5.0 and later
Header: Oal_kitl.h
Link Library: Developer-defined
See Also
Send Feedback on this topic to the authors