beautypg.com

5 itrace::close – Teledyne LeCroy SierraFC Automation API User Manual

Page 28

background image

LeCroy Corporation

SierraFC M8-4 API Reference Manual

Manual Version 1.00

28

4.1.5 ITrace::Close

HRESULT Close ( );

Closes the trace.

Parameters


Return values


Remarks

Closes the current trace but does not release the interface pointer. Call the
IUnknown::Release
method right after this method call. No ITrace method call will succeed
after calling the ITrace::Close

method.

Note: Currently there is no need to call ITrace::Close directly, since IUnknown::Release will
close the

trace.

Example