Data Sheet

Teledyne LeCroy Automation API Reference Manual for USBTracer, USB Advisor, and Voyager USB Protocol
Suite
81
3.8 IUsbTrace8 Interface
The IUsbTrace8 interface is an additional interface for the UsbTrace object. It inherits and extends some
trace-related functionality exposed via the IUsbTrace6 interface.
IID: 5B40CDDA-6FEE-4B81-9307-3D1512D70947
3.8.1 IUsbTrace8::GetFullPathAndName
HRESULT GetFullPathAndName( [out, retval] BSTR* trace_name )
Returns name of trace path and filename with extension. Example: C:\Stuff\MyTrace.usb
If you only want the filename, use IUsbTrace4::GetFullName().
Parameters
trace_name Pointer to string to retrieve trace file full path and filename
Return values
Remarks