ARPProxy Property

Shows whether the local computer is acting as an ARP proxy.

Syntax

ANSI (Cross Platform)
int GetARPProxy();

Unicode (Windows)
BOOL GetARPProxy();
@property (nonatomic,readonly,assign,getter=ARPProxy) BOOL ARPProxy;
- (BOOL)ARPProxy;
#define PID_IPINFO_ARPPROXY 25

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_IPInfo_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

FALSE

Remarks

This property indicates whether the local computer is acting as an ARP proxy. If true, the local computer will act as an ARP proxy, and will respond to ARP requests with its own hardware address.

NOTE: This functionality is only available in Windows.

This property is read-only.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]