AdapterIPv6Address Property

The IPv6 address of the adapter identified by AdapterIndex .

Syntax

ANSI (Cross Platform)
char* GetAdapterIPv6Address();

Unicode (Windows)
LPWSTR GetAdapterIPv6Address();
@property (nonatomic,readonly,assign,getter=adapterIPv6Address) NSString* adapterIPv6Address;
- (NSString*)adapterIPv6Address;
#define PID_IPINFO_ADAPTERIPV6ADDRESS 11

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

Default Value

""

Remarks

The IPv6 address of the adapter identified by AdapterIndex, as returned by the system.

NOTE: This functionality is only available in Windows.

NOTE: This functionality is only available on XP or newer OS versions.

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]