FreeTraceRt
|
The FreeTraceRt function
cleans up all memory allocation in a TraceRouteResult linked
list.
function
TraceRoute(
): DWORD;
stdcall; |
|
|
Parameters
|
tResult
|
[in/out] The first result
linked list record. All records will be freed and tResult will be set to
nil.
|
|
|
Return Values
|
Return any one of the following
values on error, otherwise ERROR_SUCCESS on success.
| Value |
Meaning |
| ERROR_NOSTRUCT |
An incorrect structure was passed in. |
|
|
Remarks
Requirements
|
Network Statistics 1.2
Full Header: declared in tnstat.pas. Header: declared
in nstatdll.pas. Library: nstat.dll |
|
See Also
|
|