.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetRTTAndHopCount 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetRTTAndHopCount\fR (IPHLPAPI.@) .SH SYNOPSIS BOOL GetRTTAndHopCount ( IPAddr \fIDestIpAddress\fR, PULONG \fIHopCount\fR, ULONG \fIMaxHops\fR, PULONG \fIRTT\fR ) .SH DESCRIPTION .PP Get round-trip time (\fIRTT\fR) and hop count. .SH PARAMS \fIDestIpAddress\fR \fB[In]\fR destination address to get the information for. .PP \fIHopCount\fR \fB[Out]\fR retrieved hop count. .PP \fIMaxHops\fR \fB[In]\fR maximum hops to search for the destination. .PP \fIRTT\fR \fB[Out]\fR \fIRTT\fR in milliseconds. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR. .SH FIXME .PP Stub, returns \fBFALSE\fR. .SH IMPLEMENTATION .PP Declared in \fB"iphlpapi.h"\fR. .PP Implemented in \fB"dlls/iphlpapi/iphlpapi_main.c"\fR. .PP Debug channel \fB"iphlpapi"\fR.