OtherAddresses Property

Other addresses for the host identified by HostName (for multihomed hosts).

Syntax

ANSI (Cross Platform)
char* GetOtherAddresses();

Unicode (Windows)
LPWSTR GetOtherAddresses();
@property (nonatomic,readonly,assign,getter=otherAddresses) NSString* otherAddresses;
- (NSString*)otherAddresses;
#define PID_IPINFO_OTHERADDRESSES 35

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

Default Value

""

Remarks

This property contains a list of alternate addresses for the host specified by HostName and HostAddress separated by spaces. Most hosts have only one IP interface. This property is useful when querying multihomed hosts (hosts with more than one interface).

This property is read-only.

Data Type

String

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