Data Sheet

Teledyne LeCroy Automation API Reference Manual for USBTracer, USB Advisor, and Voyager USB Protocol
Suite
55
3.1.5 ITrace::Close
HRESULT Close ( );
Closes the trace.
Parameters
Return values
Remarks
Closes current trace but does not releases interface pointer. Call the IUnknown::Release
method right after this method call. No ITrace method call succeeds after calling the ITrace::Close
method.
(Currently there is no need to call ITrace::Close directly since IUnknown::Release closes the
trace.)
Example