table of contents
other versions
- wheezy 1.4.1-4
RtlIpv4AddressToStringW(3w) | Wine API | RtlIpv4AddressToStringW(3w) |
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 stringIMPLEMENTATION¶
Not declared in a Wine header. The function is either undocumented, or missing from Wine. Implemented in "dlls/ntdll/rtl.c". Debug channel "ntdll".Oct 2012 | Wine API |