HostAliases Property

Other names corresponding to the host with the name HostName.

Syntax

ANSI (Cross Platform)
char* GetHostAliases();

Unicode (Windows)
LPWSTR GetHostAliases();
@property (nonatomic,readonly,assign,getter=hostAliases) NSString* hostAliases;
- (NSString*)hostAliases;
#define PID_IPINFO_HOSTALIASES 31

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 names for the host specified by HostName and HostAddress separated by spaces.

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]