Teledyne LeCroy FireInspector Automation Application Programming Interface User Manual

Page 15

Advertising
background image

11

FireInspector Automation User’s Manual

CATC

Version 1.0

}

// query for VTBL interface

IFwTrace* Fw_trace;

hr = trace->QueryInterface( IID_IFwTrace, (LPVOID

*)&fw_trace );

trace->Release();

if( FAILED(hr) )

return;

Advertising