.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SendARP 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSendARP\fR (IPHLPAPI.@) .SH SYNOPSIS DWORD SendARP ( IPAddr \fIDestIP\fR, IPAddr \fISrcIP\fR, PULONG \fIpMacAddr\fR, PULONG \fIPhyAddrLen\fR ) .SH DESCRIPTION .PP Send an \fBARP\fR request. .SH PARAMS \fIDestIP\fR \fB[In]\fR attempt to obtain this \fBIP\fR. .PP \fISrcIP\fR \fB[In]\fR optional sender \fBIP\fR address. .PP \fIpMacAddr\fR \fB[Out]\fR buffer for the mac address. .PP \fIPhyAddrLen\fR \fB[In/Out]\fR length of the output buffer. .PP .SH RETURNS .PP \fBSuccess:\fR \fBNO_ERROR\fR .PP \fBFailure:\fR error code from Winerror.h. .SH FIXME .PP Stub, returns \fBERROR_NOT_SUPPORTED\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.