Manual
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