NAME

RtlIpv4AddressToStringW  (NTDLL.@)

SYNOPSIS

 WCHAR * RtlIpv4AddressToStringW
 (
  const IN_ADDR* pin,
  LPWSTR         buffer
 )

DESCRIPTION

Convert the given ipv4 address to a string.

PARAMS

pin [In] PTR to the ip address to convert (network byte order).
buffer [Out] destination buffer for the result (at least 16 character).

RETURNS

PTR to the 0 character at the end of the converted string

IMPLEMENTATION

Declared in "ip2string.h". https://source.winehq.org/source/include/ip2string.h

Implemented in "dlls/ntdll/rtl.c". https://source.winehq.org/source/dlls/ntdll/rtl.c

Debug channel "ntdll".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated May 2024.