SendARP (iphlpapi)
Last changed: -217.237.84.5

.
Summary
Send ARP message to a Network Card in the LAN

VB Signature:

Declare Function SendARP Lib "iphlpapi.dll" (ByVal DestIP As Integer _
    , ByVal SrcIP As Integer, ByVal pMacAddr As Byte(), ByRef PhyAddrLen As Integer) As Integer

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
SendARP on MSDN