5 itrace::close – Teledyne LeCroy SAS_SATA Tracer_Trainer Automation API Manual User Manual

Page 32

Advertising
background image

LeCroy Corporation

Automation API for SAS/SATATracer/Trainer

Manual Version 1.11

32

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


Advertising