Manual

19
Automation API for CATC Bluetooth Analyzers
CATC Ver. 1.40
// query for VTBL interface
IBTTrace* bt_trace;
hr = trace->QueryInterface( IID_IBTTrace, (LPVOID *)&bt_trace );
trace->Release();