The MIB_PROXYARP structure stores information for a Proxy Address Resolution Protocol (PARP) entry.
typedef struct _MIB_PROXYARP {
DWORD dwAddress; // address for which to proxy
DWORD dwMask; // subnet mask for the address
DWORD dwIfIndex; // interface on which to proxy
} MIB_PROXYARP, *PMIB_PROXYARP;
Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
Windows 95/98: Requires Windows 98.
Header: Declared in Iprtrmib.h.