HopResolved Event
Fired when the name of a hop address is found.
Syntax
virtual int FireHopResolved(TraceRouteHopResolvedEventParams *e);
typedef struct {
int HopNumber;
int StatusCode;
char* HopHostName;
int reserved;
} TraceRouteHopResolvedEventParams;
Remarks
The StatusCode contains 0 if the address is resolved successfully, or an error code, in which case, HopHostName contains a textual description of the error.
Host name resolution is disabled by default. Set ResolveNames to True to enable it.