Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure stores information for a Proxy Address Resolution Protocol (PARP) entry.
typedef struct _MIB_PROXYARP {DWORD dwAddress;DWORD dwMask;DWORD dwIfIndex;} MIB_PROXYARP,*PMIB_PROXYARP;
Members
- dwAddress
The IP address for which to act as a proxy. - dwMask
The subnet mask for the IP address specified by the dwAddress member. - dwIfIndex
The index of the interface on which to act as proxy for the address specified by the dwAddress member.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Iprtrmib.h.
See Also
IP Helper Structures | CreateProxyArpEntry | DeleteProxyArpEntry
Send Feedback on this topic to the authors