ResolveNames Property

Determines whether the class resolves the host name for each host during the trace.

Syntax

ANSI (Cross Platform)
int GetResolveNames();
int SetResolveNames(int bResolveNames); Unicode (Windows) BOOL GetResolveNames();
INT SetResolveNames(BOOL bResolveNames);
@property (nonatomic,readwrite,assign,getter=resolveNames,setter=setResolveNames:) BOOL resolveNames;
- (BOOL)resolveNames;
- (void)setResolveNames:(BOOL)newResolveNames;
#define PID_TRACEROUTE_RESOLVENAMES 12

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_TraceRoute_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_TraceRoute_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

FALSE

Remarks

This property determines whether the class resolves the name of host at each "hop" during the trace. The default value is "False". Please note that the trace takes longer due to name resolution if this property is set to "True".

Data Type

Boolean

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