MIB_PROXYARP structure (iprtrmib.h)
The MIB_PROXYARP structure stores information for a Proxy Address Resolution Protocol (PARP) entry.
Syntax
typedef struct _MIB_PROXYARP {
DWORD dwAddress;
DWORD dwMask;
DWORD dwIfIndex;
} MIB_PROXYARP, *PMIB_PROXYARP;
Members
dwAddress
The IPv4 address for which to act as a proxy.
dwMask
The subnet mask for the IPv4 address specified by the dwAddress member.
dwIfIndex
The index of the interface on which to act as a proxy for the address specified by the dwAddress member.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | iprtrmib.h (include Iphlpapi.h) |