Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
1` DF
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SendARP" in [All]

iphlpapi

.

  public static extern int SendARP(

.

  Declare Function SendARP Lib "iphlpapi.dll" (

.

SendARP returns 0 on success. The parameter SrcIP can be 0.

.

    SendARP(CType(addr.Address, UInt32), 0, mac, len)

.

int retValue = SendARP(uintAddress, 0, macAddr, ref macAddrLen);

.

    throw new Win32Exception(retValue, "SendARP failed.");

.
Documentation
[SendARP] on MSDN
.

    Dim retValue = SendARP(uintAddress, 0, macAddr, macAddrLen)


 
Access PInvoke.net directly from VS: