OALKitlStringToIP (Windows CE 5.0)

Send Feedback

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

KITL Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.