Share via


OALKitlIPtoString (Compact 2013)

10/16/2014

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

See Also

Reference

KITL Functions for Ethernet Drivers
KITL Functions for Production-Quality OAL