beautypg.com

5 itrace::close, Itrace::close – Teledyne LeCroy USB Analyzer Automation Manual User Manual

Page 48

background image

Teledyne LeCroy Automation API Reference Manual for USBTracer, USB Advisor, and Voyager USB Protocol
Suite

48

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