OALKitlStringToIP (Windows Embedded CE 6.0)
1/5/2010
This function converts a string to an IP address.
Syntax
UINT32 OALKitlStringToIP(
LPCWSTR szIP
);
Parameters
- szIP
[in] Specifies the string that represents an IP address.
Return Value
Returns the IP address. If the string is incorrect, this function returns 0.
Requirements
Header | oal_kitl.h |
Library | Developer Implemented |
Windows Embedded CE | Windows CE 5.0 and later |
See Also
Reference
KITL Functions for Ethernet Drivers
KITL Functions for Production-Quality OAL