Scroll to navigation

CreateIpNetEntry(3w) Wine API CreateIpNetEntry(3w)

NAME

CreateIpNetEntry (IPHLPAPI.@)

SYNOPSIS

DWORD CreateIpNetEntry
(
PMIB_IPNETROW pArpEntry
)
 

DESCRIPTION

Create entry in the ARP table.
 

PARAMS

pArpEntry [In] new ARP entry.
 

RETURNS

Success: NO_ERROR
Failure: error code from Winerror.h.
 

FIXME

Stub, always returns NO_ERROR.
 

IMPLEMENTATION

Declared in "iphlpapi.h".
Implemented in "dlls/iphlpapi/iphlpapi_main.c".
Debug channel "iphlpapi".
Oct 2012 Wine API