OALKitlIPtoString (Windows CE 5.0)

Send Feedback

This function converts the IP address to a string. Because it uses the internal static buffer, this is not a reentrant function.

LPWSTR OALKitlIPtoString(  UINT32 ip4);

Parameters

  • ip4
    [in] Specifies the IP address to be converted.

Return Values

Returns a string representing the IP address.

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.