Isasanalyzerevents::ontracecreated – Teledyne LeCroy SAS_SATA Automation API manual User Manual

Page 143

Advertising
background image

 

Automation API for Teledyne LeCroy SAS/SATA Protocol Suite

137

SASAnalyzer Object Events

Teledyne LeCroy

_ISASAnalyzerEvents::OnTraceCreated

HRESULT OnTraceCreated (

[in] IDispatch* trace );

Fires when a trace is created. This event is a result of 

ISASAnalyzer::StartRecording

 and 

ISASAnalyzer::StopRecording

 method calls.

Parameters

trace

Interface pointer to the SASTrace object

Return Value

Remarks

Make sure the event handlers have the

__stdcall calling convention.

Advertising