beautypg.com

5 itrace::close, Closes the trace, Parameters – Teledyne LeCroy Automation API for Teledyne LeCroy PETracer_PETrainer User Manual

Page 40: Return values, Remarks, Example, Itrace::close

background image

Teledyne LeCroy

Automation API for PETracer/PETrainer

35

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 IUnknown::Release method

right after this method call. No ITrace method call succeeds after calling ITrace::Close method

.

(Currently,

there is no need to call ITrace::Close directly since IUnknown::Release closes the trace.)

Example