Manual
Manuals
Brands
Teledyne LeCroy Manuals
Software
FireInspector Automation Application Programming Interface
11
12
13
14
15
16
17
18
19
20
11
FireInspector Automation User’
s Manual
CA
TC
V
ersion 1.0
}
// query for VTBL interface
IFwTrace* Fw_trace;
hr = trace->QueryInterface( IID_IFwTrace, (LPVOID
*)&fw_trace );
trace->Release();
if( FAILED(hr) )
return;
1
...
...
13
14
15
16
17
...
...
92