.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlIpv4AddressToStringExW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlIpv4AddressToStringExW\fR (NTDLL.@) .SH SYNOPSIS NTSTATUS RtlIpv4AddressToStringExW ( const IN_ADDR* \fIpin\fR, USHORT \fIport\fR, LPWSTR \fIbuffer\fR, PULONG \fIpsize\fR ) .SH DESCRIPTION .PP Convert the given ipv4 address and optional the \fIport\fR to a string. .SH PARAMS \fIpin\fR \fB[In]\fR \fBPTR\fR to the ip address to convert (network byte order). .PP \fIport\fR \fB[In]\fR optional \fIport\fR to convert (network byte order). .PP \fIbuffer\fR \fB[Out]\fR destination \fIbuffer\fR for the result. .PP \fIpsize\fR \fB[IO]\fR \fBPTR\fR to available/used size of the destination \fIbuffer\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBSTATUS_SUCCESS\fR .PP \fBFailure:\fR \fBSTATUS_INVALID_PARAMETER\fR .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/ntdll/rtl.c"\fR. .PP Debug channel \fB"ntdll"\fR.