Share via


OALKitlIPtoString (Windows Embedded CE 6.0)

1/5/2010

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

Syntax

LPWSTR OALKitlIPtoString(
  UINT32 ip4
);

Parameters

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

Return Value

Returns a string representing the IP address.

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